Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f5e0a3;
}
.mystic-tulip {
color: #f6b8a2;
}
.amaranth-pink {
color: #f39bba;
}
.pink-punk {
color: #d57cbd;
}
.iridescent-purple {
color: #9c6dd9;
}
/* CSS Variables */
:root {
--sun-dust:#f5e0a3;
--mystic-tulip:#f6b8a2;
--amaranth-pink:#f39bba;
--pink-punk:#d57cbd;
--iridescent-purple:#9c6dd9;
}