Color names in this palette
CSS code for this palette
/* CSS */
.almond-cream {
color: #f4c19f;
}
.warming-peach {
color: #e6b9a2;
}
.shanghai-peach {
color: #d69b8f;
}
.yum-raw-spam {
color: #c78b7a;
}
.happy-trails {
color: #b57d69;
}
/* CSS Variables */
:root {
--almond-cream:#f4c19f;
--warming-peach:#e6b9a2;
--shanghai-peach:#d69b8f;
--yum-raw-spam:#c78b7a;
--happy-trails:#b57d69;
}