Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f5c67a;
}
.orange-gluttony {
color: #e77e23;
}
.wet-coral {
color: #d45949;
}
.lobby-lilac {
color: #a77eb9;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f5c67a;
--orange-gluttony:#e77e23;
--wet-coral:#d45949;
--lobby-lilac:#a77eb9;
--concord-jam:#6c5b80;
}