Color names in this palette
CSS code for this palette
/* CSS */
.k-whai-yellow {
color: #e3af2b;
}
.oyster-bisque {
color: #f2e5b0;
}
.ice-mist {
color: #b4d9c1;
}
.norfolk-sky {
color: #6cb6ef;
}
.dayflower {
color: #3c9ed7;
}
/* CSS Variables */
:root {
--k-whai-yellow:#e3af2b;
--oyster-bisque:#f2e5b0;
--ice-mist:#b4d9c1;
--norfolk-sky:#6cb6ef;
--dayflower:#3c9ed7;
}