Color names in this palette
CSS code for this palette
/* CSS */
.dress-up {
color: #f8c6bf;
}
.stella-dora {
color: #f9daa4;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.maison-verte {
color: #e5f1da;
}
.luminescent-blue {
color: #a2e2e6;
}
/* CSS Variables */
:root {
--dress-up:#f8c6bf;
--stella-dora:#f9daa4;
--bad-moon-yellow:#f2e6b5;
--maison-verte:#e5f1da;
--luminescent-blue:#a2e2e6;
}