Color names in this palette
CSS code for this palette
/* CSS */
.rotunda-gold {
color: #f6e0c1;
}
.pink-lady {
color: #f2d9b5;
}
.warming-peach {
color: #e2b7a2;
}
.gizmo {
color: #d4a0bb;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--rotunda-gold:#f6e0c1;
--pink-lady:#f2d9b5;
--warming-peach:#e2b7a2;
--gizmo:#d4a0bb;
--sweet-lilac:#eab8d1;
}