Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f6a2b6;
}
.no-way-ros {
color: #fbac98;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.barley-white {
color: #f6e4b6;
}
.ocean-cruise {
color: #9fd5e0;
}
/* CSS Variables */
:root {
--emperor-s-children:#f6a2b6;
--no-way-ros:#fbac98;
--puff-pastry-yellow:#fbcc8e;
--barley-white:#f6e4b6;
--ocean-cruise:#9fd5e0;
}