Color names in this palette
CSS code for this palette
/* CSS */
.delicate-rose {
color: #f6e0d5;
}
.ice-cream-cone {
color: #e3cfc0;
}
.chinchilla-chenille {
color: #d1bca8;
}
.egyptian-pyramid {
color: #c1997b;
}
.airbrushed-copper {
color: #a76c52;
}
/* CSS Variables */
:root {
--delicate-rose:#f6e0d5;
--ice-cream-cone:#e3cfc0;
--chinchilla-chenille:#d1bca8;
--egyptian-pyramid:#c1997b;
--airbrushed-copper:#a76c52;
}