Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.smoked-ham {
color: #f0b67f;
}
.creamy-sweet-corn {
color: #f7c04b;
}
.yellow-wax-pepper {
color: #eae3b8;
}
.king-crimson {
color: #c94a4a;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--smoked-ham:#f0b67f;
--creamy-sweet-corn:#f7c04b;
--yellow-wax-pepper:#eae3b8;
--king-crimson:#c94a4a;
}