Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f3a5c3;
}
.popcorn {
color: #f9d17b;
}
.gold-sand {
color: #f5e6a8;
}
.celtic-spring {
color: #a9e0b1;
}
.blue-jeans {
color: #5db3e9;
}
/* CSS Variables */
:root {
--rogue-pink:#f3a5c3;
--popcorn:#f9d17b;
--gold-sand:#f5e6a8;
--celtic-spring:#a9e0b1;
--blue-jeans:#5db3e9;
}