Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-tea {
color: #f6e9c1;
}
.hanover {
color: #d8c6b0;
}
.shady-pink {
color: #c5a6b0;
}
.metal-petal {
color: #b18bb0;
}
.wisteria-purple {
color: #885b9a;
}
/* CSS Variables */
:root {
--dandelion-tea:#f6e9c1;
--hanover:#d8c6b0;
--shady-pink:#c5a6b0;
--metal-petal:#b18bb0;
--wisteria-purple:#885b9a;
}