Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-peel {
color: #ff9d00;
}
.nacho {
color: #ffcb5c;
}
.creamy-lemon {
color: #ffedb3;
}
.frozen-landscape {
color: #b3e4ff;
}
.blue-chaos {
color: #4d97ff;
}
/* CSS Variables */
:root {
--mandarin-peel:#ff9d00;
--nacho:#ffcb5c;
--creamy-lemon:#ffedb3;
--frozen-landscape:#b3e4ff;
--blue-chaos:#4d97ff;
}