Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f2a1b6;
}
.frangipane {
color: #f5d4b2;
}
.bleached-sunflower {
color: #f9e8a9;
}
.spice-garden {
color: #c9d4b5;
}
.template {
color: #a3c4e6;
}
/* CSS Variables */
:root {
--emperor-s-children:#f2a1b6;
--frangipane:#f5d4b2;
--bleached-sunflower:#f9e8a9;
--spice-garden:#c9d4b5;
--template:#a3c4e6;
}