Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.apricot-fool {
color: #fdd2a0;
}
.glisten-yellow {
color: #f7e8ab;
}
.mint-macaron {
color: #afeeee;
}
.sea-life {
color: #62c0bf;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--apricot-fool:#fdd2a0;
--glisten-yellow:#f7e8ab;
--mint-macaron:#afeeee;
--sea-life:#62c0bf;
}