// Text states
$color-link-blue: $color-blue-450;
$color-link-blue-hover: darken($color-link-blue, 15%);
$text-color: $color-blue-500;

// Concept Brands colours
$color-riu: #e4002b;
$color-sensatori: #00acc8;
$color-tui-magiclife: $color-yellow;
$color-tui-magiclife-text: #0d0813;
$color-sensimar: #002741;
$color-splashworld: #64c3d7;
$color-tui-suneo: #006bb5;
$color-suneoclub: #f29400;
$color-suneoclub-text: #ffd500;
$color-robinson: #5886ac;
$color-bluestar: $color-blue-200;
$color-tui-blue-for-families: #06a3e1;
$color-tui-blue-for-two: #017398;

// Social brands colors
$color-facebook: #3b5998;
$color-google: #dd4b39;
$color-instagram: #d93175;
$color-linkedin: #0077b5;
$color-pinterest: #bd081c;
$color-twitter: #1da1f2;
$color-youtube: #cd201f;
$color-whatsapp: #25d366;

// Other colors
$color-tripadvisor-green: rgb(0, 176, 135);
$color-tripadvisor-green-light: #e5f7f3;
$color-climate-green: #059937;
$color-climate-secondary: #d6eede;

// Weather table colors
$color-weather-freezing: $color-blue-300;
$color-weather-cool: #fbc410;
$color-weather-mild: #fa0;
$color-weather-warm: #f05023;
$color-weather-hot: $color-red-400;
$color-weather-holy-shit: #a01d20;
