Color names in this palette
CSS code for this palette
/* CSS */
.kimono {
color: #6d83b6;
}
.sea-cliff {
color: #a3c7e0;
}
.lynx-white {
color: #f6f7f9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.cherokee-dignity {
color: #e17c23;
}
/* CSS Variables */
:root {
--kimono:#6d83b6;
--sea-cliff:#a3c7e0;
--lynx-white:#f6f7f9;
--apricot-glazed-chicken:#f5a524;
--cherokee-dignity:#e17c23;
}