Color names in this palette
CSS code for this palette
/* CSS */
.the-fifth-sun {
color: #f6df2c;
}
.anna-banana {
color: #f7d44b;
}
.no-gmb-yellow {
color: #f8e88b;
}
.durango-dust {
color: #f9e49f;
}
.creamy-sweet-corn {
color: #f9c34e;
}
/* CSS Variables */
:root {
--the-fifth-sun:#f6df2c;
--anna-banana:#f7d44b;
--no-gmb-yellow:#f8e88b;
--durango-dust:#f9e49f;
--creamy-sweet-corn:#f9c34e;
}