Color names in this palette
CSS code for this palette
/* CSS */
.earth-yellow {
color: #e0a55c;
}
.dusty-boots {
color: #f1c18e;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.french-pass {
color: #a3d5e0;
}
.tort {
color: #5c9193;
}
/* CSS Variables */
:root {
--earth-yellow:#e0a55c;
--dusty-boots:#f1c18e;
--lemon-ice-yellow:#f6e1a7;
--french-pass:#a3d5e0;
--tort:#5c9193;
}