Color names in this palette
CSS code for this palette
/* CSS */
.rotunda-gold {
color: #f6e0c1;
}
.pure-beige {
color: #e8cfc4;
}
.pink-power {
color: #d6b3d0;
}
.idyllic-pink {
color: #c69fb5;
}
.flowering-raspberry {
color: #a06a97;
}
/* CSS Variables */
:root {
--rotunda-gold:#f6e0c1;
--pure-beige:#e8cfc4;
--pink-power:#d6b3d0;
--idyllic-pink:#c69fb5;
--flowering-raspberry:#a06a97;
}