Color names in this palette
CSS code for this palette
/* CSS */
.lusty-salmon {
color: #f0b2a3;
}
.ginger-peach {
color: #f7d2a1;
}
.durango-dust {
color: #f9e19f;
}
.chefchaouen-blue {
color: #a2d1e7;
}
.blue-cuddle {
color: #80b2d1;
}
/* CSS Variables */
:root {
--lusty-salmon:#f0b2a3;
--ginger-peach:#f7d2a1;
--durango-dust:#f9e19f;
--chefchaouen-blue:#a2d1e7;
--blue-cuddle:#80b2d1;
}