Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.tint-of-turquoise {
color: #3ec1b4;
}
.ice-crystal-blue {
color: #a5e3df;
}
.bleached-sunflower {
color: #f9e9a9;
}
.candlelight-peach {
color: #f7a59c;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--tint-of-turquoise:#3ec1b4;
--ice-crystal-blue:#a5e3df;
--bleached-sunflower:#f9e9a9;
--candlelight-peach:#f7a59c;
}