Color names in this palette
CSS code for this palette
/* CSS */
.kin-gold {
color: #f59b00;
}
.sunny-mood {
color: #f7c94b;
}
.sun-dust {
color: #f9e0a4;
}
.petals-unfolding {
color: #f4b8c3;
}
.azalea {
color: #d8415c;
}
/* CSS Variables */
:root {
--kin-gold:#f59b00;
--sunny-mood:#f7c94b;
--sun-dust:#f9e0a4;
--petals-unfolding:#f4b8c3;
--azalea:#d8415c;
}