Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.noodles {
color: #f9e3b4;
}
.sundown {
color: #f3c9a0;
}
.sweet-60 {
color: #f49fb1;
}
.i-pink-i-can {
color: #d27f8d;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--noodles:#f9e3b4;
--sundown:#f3c9a0;
--sweet-60:#f49fb1;
--i-pink-i-can:#d27f8d;
}