Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hard-candy {
color: #ffb8ba;
}
.sherry-cream {
color: #fae4db;
}
.hawaiian-cream {
color: #f9e6b9;
}
.light-mint {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hard-candy:#ffb8ba;
--sherry-cream:#fae4db;
--hawaiian-cream:#f9e6b9;
--light-mint:#b7fbbe;
}