Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.golden-mary {
color: #f6bb3c;
}
.little-sun-dress {
color: #f9c85d;
}
.cup-noodles {
color: #fddd7c;
}
.pale-daffodil {
color: #feea9a;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--golden-mary:#f6bb3c;
--little-sun-dress:#f9c85d;
--cup-noodles:#fddd7c;
--pale-daffodil:#feea9a;
}