Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c2;
}
.pink-frosting {
color: #f6d5e1;
}
.urnebes-beige {
color: #ffecc2;
}
.qing-yellow {
color: #ffcc66;
}
.alexandria {
color: #ff8f75;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c2;
--pink-frosting:#f6d5e1;
--urnebes-beige:#ffecc2;
--qing-yellow:#ffcc66;
--alexandria:#ff8f75;
}