Color names in this palette
CSS code for this palette
/* CSS */
.dragon-s-blood {
color: #b83d4b;
}
.camellia-rose {
color: #e94e6d;
}
.embarrassed {
color: #f57a97;
}
.discreet-orange {
color: #fbad98;
}
.pretty-please {
color: #fecdc8;
}
/* CSS Variables */
:root {
--dragon-s-blood:#b83d4b;
--camellia-rose:#e94e6d;
--embarrassed:#f57a97;
--discreet-orange:#fbad98;
--pretty-please:#fecdc8;
}