Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.fresh-pineapple {
color: #f6d44c;
}
.no-gmb-yellow {
color: #f9e78b;
}
.white-strawberry {
color: #fce3b6;
}
.baja-white {
color: #fef6d2;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--fresh-pineapple:#f6d44c;
--no-gmb-yellow:#f9e78b;
--white-strawberry:#fce3b6;
--baja-white:#fef6d2;
}