Color names in this palette
CSS code for this palette
/* CSS */
.golden-lock {
color: #f3bb20;
}
.creamy-sweet-corn {
color: #f8c54f;
}
.bright-khaki {
color: #f3e98c;
}
.sauerkraut {
color: #f0e0b7;
}
.apricot-illusion {
color: #e2c1a7;
}
/* CSS Variables */
:root {
--golden-lock:#f3bb20;
--creamy-sweet-corn:#f8c54f;
--bright-khaki:#f3e98c;
--sauerkraut:#f0e0b7;
--apricot-illusion:#e2c1a7;
}