Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #4d9d9b;
}
.fiesta-blue {
color: #71c1b5;
}
.sparkling-mint {
color: #a3e0d3;
}
.yellow-avarice {
color: #f5f7d9;
}
.candlelight-peach {
color: #f7a79c;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#4d9d9b;
--fiesta-blue:#71c1b5;
--sparkling-mint:#a3e0d3;
--yellow-avarice:#f5f7d9;
--candlelight-peach:#f7a79c;
}