Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.marble-dust {
color: #f2e5ca;
}
.diva-rouge {
color: #e7bba6;
}
.quiet-pink {
color: #d9a09b;
}
.silk-ribbon {
color: #c66c8d;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--marble-dust:#f2e5ca;
--diva-rouge:#e7bba6;
--quiet-pink:#d9a09b;
--silk-ribbon:#c66c8d;
}