Color names in this palette
CSS code for this palette
/* CSS */
.winter-lakes {
color: #6193d1;
}
.sea-cliff {
color: #a3c4e0;
}
.calla {
color: #f2e1b5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.vivid-red-tangelo {
color: #da5e25;
}
/* CSS Variables */
:root {
--winter-lakes:#6193d1;
--sea-cliff:#a3c4e0;
--calla:#f2e1b5;
--apricot-glazed-chicken:#f5a524;
--vivid-red-tangelo:#da5e25;
}