Color names in this palette
CSS code for this palette
/* CSS */
.dairy-made {
color: #f1b23b;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.no-gmb-yellow {
color: #f5e78a;
}
.cold-turquoise {
color: #a3d2ca;
}
.brig {
color: #4f9dc4;
}
/* CSS Variables */
:root {
--dairy-made:#f1b23b;
--deep-fried-sun-rays:#f4c65d;
--no-gmb-yellow:#f5e78a;
--cold-turquoise:#a3d2ca;
--brig:#4f9dc4;
}