Color names in this palette
CSS code for this palette
/* CSS */
.lantana {
color: #d96d6f;
}
.coral-silk {
color: #f2a67d;
}
.cream-yellow {
color: #f3daa5;
}
.lobaria-lichen {
color: #a3c8b6;
}
.polaris-blue {
color: #6e8c8c;
}
/* CSS Variables */
:root {
--lantana:#d96d6f;
--coral-silk:#f2a67d;
--cream-yellow:#f3daa5;
--lobaria-lichen:#a3c8b6;
--polaris-blue:#6e8c8c;
}