Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.firelight {
color: #f9d77b;
}
.polka-dot-skirt {
color: #fde1a0;
}
.fondue {
color: #fdf5c4;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--creamy-sweet-corn:#f6c34c;
--firelight:#f9d77b;
--polka-dot-skirt:#fde1a0;
--fondue:#fdf5c4;
}