Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d7a3a7;
}
.everblooming {
color: #f1c6b6;
}
.moonglow {
color: #f8e4c4;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.double-spanish-white {
color: #d2c3a2;
}
/* CSS Variables */
:root {
--young-at-heart:#d7a3a7;
--everblooming:#f1c6b6;
--moonglow:#f8e4c4;
--bad-moon-yellow:#f2e6b5;
--double-spanish-white:#d2c3a2;
}