Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f0b6a3;
}
.serene-pink {
color: #f5c6b8;
}
.pear-sorbet {
color: #f4e8c3;
}
.touch-of-green {
color: #d9e9d3;
}
.blue-rice {
color: #b2d7f0;
}
/* CSS Variables */
:root {
--antique-cameo:#f0b6a3;
--serene-pink:#f5c6b8;
--pear-sorbet:#f4e8c3;
--touch-of-green:#d9e9d3;
--blue-rice:#b2d7f0;
}