Color names in this palette
CSS code for this palette
/* CSS */
.casablanca {
color: #f1b350;
}
.cornsilk-yellow {
color: #f1c66f;
}
.nectar-jackpot {
color: #f1d38e;
}
.oyster-bisque {
color: #f1e5b1;
}
.m-l-b-i-oyster {
color: #f1f6d5;
}
/* CSS Variables */
:root {
--casablanca:#f1b350;
--cornsilk-yellow:#f1c66f;
--nectar-jackpot:#f1d38e;
--oyster-bisque:#f1e5b1;
--m-l-b-i-oyster:#f1f6d5;
}