Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c1;
}
.pink-cattleya {
color: #ffb3d1;
}
.tunisian-stone {
color: #ffdfb3;
}
.soviet-gold {
color: #ffd900;
}
.spicy-sweetcorn {
color: #f5a700;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c1;
--pink-cattleya:#ffb3d1;
--tunisian-stone:#ffdfb3;
--soviet-gold:#ffd900;
--spicy-sweetcorn:#f5a700;
}