Color names in this palette
CSS code for this palette
/* CSS */
.peach-ash {
color: #f2c4ba;
}
.cloud-pink {
color: #f5d0c7;
}
.creole-cottage {
color: #e5b59a;
}
.eastern-spice {
color: #d9a67d;
}
.steampunk-gold {
color: #c69c53;
}
/* CSS Variables */
:root {
--peach-ash:#f2c4ba;
--cloud-pink:#f5d0c7;
--creole-cottage:#e5b59a;
--eastern-spice:#d9a67d;
--steampunk-gold:#c69c53;
}