Color names in this palette
CSS code for this palette
/* CSS */
.hot-sun {
color: #f7b32b;
}
.khaki-core {
color: #f8e3af;
}
.minted-elegance {
color: #6dd0a0;
}
.beijing-blue {
color: #3e7eb1;
}
.spirit-warrior {
color: #d5503f;
}
/* CSS Variables */
:root {
--hot-sun:#f7b32b;
--khaki-core:#f8e3af;
--minted-elegance:#6dd0a0;
--beijing-blue:#3e7eb1;
--spirit-warrior:#d5503f;
}