Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-cone {
color: #e3d0bf;
}
.lover-s-hideaway {
color: #d0c5b4;
}
.pavilion-beige {
color: #c7b6a3;
}
.sombrero {
color: #b59c8c;
}
.nutshell {
color: #a8826b;
}
/* CSS Variables */
:root {
--ice-cream-cone:#e3d0bf;
--lover-s-hideaway:#d0c5b4;
--pavilion-beige:#c7b6a3;
--sombrero:#b59c8c;
--nutshell:#a8826b;
}