Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d6e8;
}
.petals-unfolding {
color: #f4b8c4;
}
.rich-cream {
color: #f9ebc3;
}
.ginger-peach {
color: #f7d2a1;
}
.bright-delight {
color: #d15b29;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d6e8;
--petals-unfolding:#f4b8c4;
--rich-cream:#f9ebc3;
--ginger-peach:#f7d2a1;
--bright-delight:#d15b29;
}