Color names in this palette
CSS code for this palette
/* CSS */
.ceremonial-gold {
color: #d3a15a;
}
.alesan {
color: #f1c1a7;
}
.pearled-couscous {
color: #f1e9d5;
}
.emberglow {
color: #e6695b;
}
.panama-rose {
color: #c25b7e;
}
/* CSS Variables */
:root {
--ceremonial-gold:#d3a15a;
--alesan:#f1c1a7;
--pearled-couscous:#f1e9d5;
--emberglow:#e6695b;
--panama-rose:#c25b7e;
}