Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.yellowish {
color: #f7ed64;
}
.beach-party {
color: #f8d25d;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--yellowish:#f7ed64;
--beach-party:#f8d25d;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}