Color names in this palette
CSS code for this palette
/* CSS */
.last-sunlight {
color: #e2b63c;
}
.sorreno-lemon {
color: #f0d25c;
}
.templar-s-gold {
color: #f4e48a;
}
.sea-cliff {
color: #a3c8e1;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--last-sunlight:#e2b63c;
--sorreno-lemon:#f0d25c;
--templar-s-gold:#f4e48a;
--sea-cliff:#a3c8e1;
--blue-bay:#5d9bd5;
}