Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-cone {
color: #e3d0bf;
}
.artisan-tea {
color: #d8c1b0;
}
.iced-copper {
color: #cfaf9b;
}
.owl-manner-malt {
color: #c0b087;
}
.rodham {
color: #afaf6a;
}
/* CSS Variables */
:root {
--ice-cream-cone:#e3d0bf;
--artisan-tea:#d8c1b0;
--iced-copper:#cfaf9b;
--owl-manner-malt:#c0b087;
--rodham:#afaf6a;
}