Color names in this palette
CSS code for this palette
/* CSS */
.muddy-mauve {
color: #e2b6cf;
}
.poodle-pink {
color: #f0d1e8;
}
.cream-rose {
color: #f6e5df;
}
.sunkissed-yellow {
color: #ffe8b8;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--muddy-mauve:#e2b6cf;
--poodle-pink:#f0d1e8;
--cream-rose:#f6e5df;
--sunkissed-yellow:#ffe8b8;
--soviet-gold:#ffd900;
}