Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-cream {
color: #f9e9b9;
}
.bellini {
color: #f7cbb0;
}
.duchess-rose {
color: #f5a899;
}
.salmon-pok-bowl {
color: #f27c78;
}
.reductant {
color: #e65b5b;
}
/* CSS Variables */
:root {
--hawaiian-cream:#f9e9b9;
--bellini:#f7cbb0;
--duchess-rose:#f5a899;
--salmon-pok-bowl:#f27c78;
--reductant:#e65b5b;
}