Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f2a1b2;
}
.millennial-pink {
color: #f6c9c1;
}
.breakfast-biscuit {
color: #f8e3d3;
}
.sun-dust {
color: #f6e1a2;
}
.maximum-yellow-red {
color: #f0b74c;
}
/* CSS Variables */
:root {
--emperor-s-children:#f2a1b2;
--millennial-pink:#f6c9c1;
--breakfast-biscuit:#f8e3d3;
--sun-dust:#f6e1a2;
--maximum-yellow-red:#f0b74c;
}