Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.maize {
color: #f4d04e;
}
.frugal {
color: #a5d5b2;
}
.broom-butterfly-blue {
color: #6fb1dc;
}
.saffron-gold {
color: #f08c00;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--maize:#f4d04e;
--frugal:#a5d5b2;
--broom-butterfly-blue:#6fb1dc;
--saffron-gold:#f08c00;
}