Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #9ed5e5;
}
.rhodonite {
color: #f1b1c7;
}
.venetian-yellow {
color: #f7e6a1;
}
.butter-cream {
color: #f5b042;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--light-budgie-blue:#9ed5e5;
--rhodonite:#f1b1c7;
--venetian-yellow:#f7e6a1;
--butter-cream:#f5b042;
--orange-gluttony:#e77e23;
}