Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.citrus-hill {
color: #f9a88b;
}
.breeze-of-chilli {
color: #f47171;
}
.fever {
color: #e94e51;
}
.mullen-pink {
color: #d24141;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--citrus-hill:#f9a88b;
--breeze-of-chilli:#f47171;
--fever:#e94e51;
--mullen-pink:#d24141;
}