Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f3a0b2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.chunky-bee {
color: #ffc94d;
}
.dioptase-green {
color: #3d9e8b;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--emperor-s-children:#f3a0b2;
--grapefruit-pulp:#ff6e61;
--chunky-bee:#ffc94d;
--dioptase-green:#3d9e8b;
--snap-shot:#2b3d50;
}