Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.turquoise-sea {
color: #70d6f0;
}
.blizzard-blue {
color: #9fe7f4;
}
.salmon-eggs {
color: #f4d65d;
}
.mango-margarita {
color: #f7b84b;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--turquoise-sea:#70d6f0;
--blizzard-blue:#9fe7f4;
--salmon-eggs:#f4d65d;
--mango-margarita:#f7b84b;
}