Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blush-hour {
color: #ff7092;
}
.coral-red {
color: #ff3d3d;
}
.sunflower-mango {
color: #ffb700;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--blush-hour:#ff7092;
--coral-red:#ff3d3d;
--sunflower-mango:#ffb700;
--soviet-gold:#ffd900;
}