Color names in this palette
CSS code for this palette
/* CSS */
.radiant-yellow {
color: #fb9f28;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.sunday-afternoon {
color: #f6c679;
}
.aspen-yellow {
color: #f4e09f;
}
.carla {
color: #f3f9c8;
}
/* CSS Variables */
:root {
--radiant-yellow:#fb9f28;
--gemini-mustard-momento:#f9a94e;
--sunday-afternoon:#f6c679;
--aspen-yellow:#f4e09f;
--carla:#f3f9c8;
}