Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.sunny-mood {
color: #f7c94b;
}
.bursting-lemon {
color: #f9e285;
}
.terrace-pool {
color: #a1d6e2;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--sunny-mood:#f7c94b;
--bursting-lemon:#f9e285;
--terrace-pool:#a1d6e2;
--blue-bay:#5d9bd5;
}