Color names in this palette
CSS code for this palette
/* CSS */
.dusty-gold {
color: #d9b99b;
}
.naturale {
color: #f1e0d0;
}
.pink-hydrangea {
color: #f5c1b8;
}
.corn-maze {
color: #e0aa6c;
}
.pink-slip {
color: #d68a8a;
}
/* CSS Variables */
:root {
--dusty-gold:#d9b99b;
--naturale:#f1e0d0;
--pink-hydrangea:#f5c1b8;
--corn-maze:#e0aa6c;
--pink-slip:#d68a8a;
}