Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #499c9b;
}
.pop-shop {
color: #92d3c1;
}
.lazy-daisy {
color: #f6e8a2;
}
.mango-margarita {
color: #f8b74f;
}
.orangeville {
color: #e66b5b;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#499c9b;
--pop-shop:#92d3c1;
--lazy-daisy:#f6e8a2;
--mango-margarita:#f8b74f;
--orangeville:#e66b5b;
}