Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3a8d8c;
}
.hygiene-green {
color: #5dc0b5;
}
.sea-foam {
color: #8de2d4;
}
.yippie-ya-yellow {
color: #f6f2a2;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
/* CSS Variables */
:root {
--blue-chill:#3a8d8c;
--hygiene-green:#5dc0b5;
--sea-foam:#8de2d4;
--yippie-ya-yellow:#f6f2a2;
--deep-fried-sun-rays:#f6c55a;
}