Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.salmon-fresco {
color: #f9b09f;
}
.breeze-of-chilli {
color: #f76e6e;
}
.blush-d-amour {
color: #d65c89;
}
.pearly-purple {
color: #b86bab;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--salmon-fresco:#f9b09f;
--breeze-of-chilli:#f76e6e;
--blush-d-amour:#d65c89;
--pearly-purple:#b86bab;
}