Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-buttercream {
color: #f6aef9;
}
.pink-lily {
color: #f9d2e5;
}
.sun-dust {
color: #f5e0a3;
}
.radiant-sun {
color: #f3ca4f;
}
.oranzhewyi-orange {
color: #f05b3d;
}
/* CSS Variables */
:root {
--strawberry-buttercream:#f6aef9;
--pink-lily:#f9d2e5;
--sun-dust:#f5e0a3;
--radiant-sun:#f3ca4f;
--oranzhewyi-orange:#f05b3d;
}