Color names in this palette
CSS code for this palette
/* CSS */
.linen {
color: #faf0e5;
}
.antique-candle-light {
color: #f5e1d6;
}
.everblooming {
color: #f1c6b6;
}
.apricot-preserves {
color: #efaf8f;
}
.solar-fusion {
color: #d8a341;
}
/* CSS Variables */
:root {
--linen:#faf0e5;
--antique-candle-light:#f5e1d6;
--everblooming:#f1c6b6;
--apricot-preserves:#efaf8f;
--solar-fusion:#d8a341;
}