Color names in this palette
CSS code for this palette
/* CSS */
.nacho-cheese {
color: #ffbb00;
}
.common-dandelion {
color: #ffd65c;
}
.couscous {
color: #ffe299;
}
.creamy-lemon {
color: #ffedb3;
}
.sweet-frosting {
color: #fff8e5;
}
/* CSS Variables */
:root {
--nacho-cheese:#ffbb00;
--common-dandelion:#ffd65c;
--couscous:#ffe299;
--creamy-lemon:#ffedb3;
--sweet-frosting:#fff8e5;
}