Color names in this palette
CSS code for this palette
/* CSS */
.delicate-mist {
color: #e0ebe4;
}
.historic-cream {
color: #fcf3e3;
}
.translucent-silk {
color: #ffe8e0;
}
.peach-yellow {
color: #fadfad;
}
.alyssum {
color: #f2d4d6;
}
/* CSS Variables */
:root {
--delicate-mist:#e0ebe4;
--historic-cream:#fcf3e3;
--translucent-silk:#ffe8e0;
--peach-yellow:#fadfad;
--alyssum:#f2d4d6;
}