Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.wake-me-up {
color: #f7d259;
}
.no-gmb-yellow {
color: #f8e88b;
}
.antique-cameo {
color: #f1b6a2;
}
.salmon-pok-bowl {
color: #f27c78;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--wake-me-up:#f7d259;
--no-gmb-yellow:#f8e88b;
--antique-cameo:#f1b6a2;
--salmon-pok-bowl:#f27c78;
}