Color names in this palette
CSS code for this palette
/* CSS */
.space-cadet {
color: #1c2c4f;
}
.lemon-dream {
color: #f0a400;
}
.tangerine-skin {
color: #f08605;
}
.safflower-red {
color: #d8313c;
}
.rusty-chainmail {
color: #c94a4c;
}
/* CSS Variables */
:root {
--space-cadet:#1c2c4f;
--lemon-dream:#f0a400;
--tangerine-skin:#f08605;
--safflower-red:#d8313c;
--rusty-chainmail:#c94a4c;
}