Color names in this palette
CSS code for this palette
/* CSS */
.posy {
color: #f3e0d3;
}
.shrimp-toast {
color: #f7c5a1;
}
.apricot-wash {
color: #f9a77b;
}
.sizzling-sunset {
color: #e87c4a;
}
.mod-orange {
color: #d75b3c;
}
/* CSS Variables */
:root {
--posy:#f3e0d3;
--shrimp-toast:#f7c5a1;
--apricot-wash:#f9a77b;
--sizzling-sunset:#e87c4a;
--mod-orange:#d75b3c;
}