Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.cornsilk-yellow {
color: #f6c76f;
}
.ginger-milk {
color: #f9a358;
}
.blaze {
color: #f78d50;
}
.flirty-salmon {
color: #f76e69;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--cornsilk-yellow:#f6c76f;
--ginger-milk:#f9a358;
--blaze:#f78d50;
--flirty-salmon:#f76e69;
}