Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.glistening-dawn {
color: #f8b720;
}
.solarized {
color: #fbcf4b;
}
.hint-of-honey {
color: #fdd76d;
}
.cake-dough {
color: #fce1a6;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--glistening-dawn:#f8b720;
--solarized:#fbcf4b;
--hint-of-honey:#fdd76d;
--cake-dough:#fce1a6;
}