Color names in this palette
CSS code for this palette
/* CSS */
.clerestory {
color: #f5e6e0;
}
.apricot-obsession {
color: #f8c6b4;
}
.calabrese {
color: #f6a8a2;
}
.childhood-crush {
color: #e76d65;
}
.herald-of-spring {
color: #a55f68;
}
/* CSS Variables */
:root {
--clerestory:#f5e6e0;
--apricot-obsession:#f8c6b4;
--calabrese:#f6a8a2;
--childhood-crush:#e76d65;
--herald-of-spring:#a55f68;
}