Color names in this palette
CSS code for this palette
/* CSS */
.illuminated {
color: #f9e5d7;
}
.only-yesterday {
color: #f3d1b9;
}
.certain-peach {
color: #f1bfa2;
}
.hazelnut-milk {
color: #f0a77a;
}
.outgoing-orange {
color: #e8915e;
}
/* CSS Variables */
:root {
--illuminated:#f9e5d7;
--only-yesterday:#f3d1b9;
--certain-peach:#f1bfa2;
--hazelnut-milk:#f0a77a;
--outgoing-orange:#e8915e;
}