Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e1b2;
}
.petals-unfolding {
color: #f2bac3;
}
.bright-ube {
color: #d7a4e5;
}
.angela-bay {
color: #a9c3e0;
}
.green-daze {
color: #8fd6c8;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e1b2;
--petals-unfolding:#f2bac3;
--bright-ube:#d7a4e5;
--angela-bay:#a9c3e0;
--green-daze:#8fd6c8;
}