Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.mango-margarita {
color: #f3b74f;
}
.golden-lion {
color: #f1c86f;
}
.double-cream {
color: #f5daa3;
}
.ibis {
color: #f5b7c3;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--mango-margarita:#f3b74f;
--golden-lion:#f1c86f;
--double-cream:#f5daa3;
--ibis:#f5b7c3;
}