Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.chickadee {
color: #ffcf66;
}
.soviet-gold {
color: #ffd900;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--grapefruit-pulp:#ff6e61;
--chickadee:#ffcf66;
--soviet-gold:#ffd900;
--mandarin-peel:#ff9d00;
}