Color names in this palette
CSS code for this palette
/* CSS */
.clerestory {
color: #f5e6e0;
}
.nutter-butter {
color: #f7d4c5;
}
.shishi-pink {
color: #f1ac93;
}
.cosmic-coral {
color: #e57a6c;
}
.horror-snob {
color: #d14d4d;
}
/* CSS Variables */
:root {
--clerestory:#f5e6e0;
--nutter-butter:#f7d4c5;
--shishi-pink:#f1ac93;
--cosmic-coral:#e57a6c;
--horror-snob:#d14d4d;
}