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