Color names in this palette
CSS code for this palette
/* CSS */
.sun-kissed-coral {
color: #eb6675;
}
.mesa-rose {
color: #f1b4b1;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.delicate-lemon {
color: #f1df79;
}
.chinook {
color: #a3d7aa;
}
/* CSS Variables */
:root {
--sun-kissed-coral:#eb6675;
--mesa-rose:#f1b4b1;
--antique-wicker-basket:#f2d2a1;
--delicate-lemon:#f1df79;
--chinook:#a3d7aa;
}