Color names in this palette
CSS code for this palette
/* CSS */
.butter-muffin {
color: #f7deb1;
}
.neighborly-peach {
color: #f3c0a5;
}
.elastic-pink {
color: #eba8c8;
}
.sky-magenta {
color: #c973b5;
}
.viva-magenta {
color: #a44c8d;
}
/* CSS Variables */
:root {
--butter-muffin:#f7deb1;
--neighborly-peach:#f3c0a5;
--elastic-pink:#eba8c8;
--sky-magenta:#c973b5;
--viva-magenta:#a44c8d;
}