Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.atmosphere {
color: #0096db;
}
.dark-taupe {
color: #4a3b3b;
}
.shoe-wax {
color: #2d2b2a;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--atmosphere:#0096db;
--dark-taupe:#4a3b3b;
--shoe-wax:#2d2b2a;
--lemon-dream:#f0a400;
}