Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f7d4e1;
}
.bordeaux-hint {
color: #f0b7e4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.paris-daisy {
color: #f9e74e;
}
.orpiment-yellow {
color: #fac899;
}
/* CSS Variables */
:root {
--pink-frosting:#f7d4e1;
--bordeaux-hint:#f0b7e4;
--solar-plexus-chakra:#f1c84b;
--paris-daisy:#f9e74e;
--orpiment-yellow:#fac899;
}