Color names in this palette
CSS code for this palette
/* CSS */
.apricot-wash {
color: #f9a77b;
}
.sunburst {
color: #f3b87c;
}
.sorreno-lemon {
color: #f2ce5a;
}
.overtone {
color: #a1e3b1;
}
.high-blue {
color: #4ba8e2;
}
/* CSS Variables */
:root {
--apricot-wash:#f9a77b;
--sunburst:#f3b87c;
--sorreno-lemon:#f2ce5a;
--overtone:#a1e3b1;
--high-blue:#4ba8e2;
}