Color names in this palette
CSS code for this palette
/* CSS */
.meadow-mauve {
color: #b25c8e;
}
.athena-pink {
color: #e9b4c6;
}
.rotunda-gold {
color: #f6e0c1;
}
.ginger-peach {
color: #f7d0a1;
}
.coral-silk {
color: #f3a67c;
}
/* CSS Variables */
:root {
--meadow-mauve:#b25c8e;
--athena-pink:#e9b4c6;
--rotunda-gold:#f6e0c1;
--ginger-peach:#f7d0a1;
--coral-silk:#f3a67c;
}