Color names in this palette
CSS code for this palette
/* CSS */
.radiant-yellow {
color: #f7a222;
}
.macaw {
color: #fbbd23;
}
.sundance {
color: #f8c76d;
}
.pale-banana {
color: #f6e48e;
}
.soothing-breeze {
color: #b2bdc2;
}
/* CSS Variables */
:root {
--radiant-yellow:#f7a222;
--macaw:#fbbd23;
--sundance:#f8c76d;
--pale-banana:#f6e48e;
--soothing-breeze:#b2bdc2;
}