Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.accent-orange {
color: #e66b00;
}
.dark-orange {
color: #c74c00;
}
.cedar-wood-finish {
color: #6b1b00;
}
.bruised-plum {
color: #3d1a1e;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--accent-orange:#e66b00;
--dark-orange:#c74c00;
--cedar-wood-finish:#6b1b00;
--bruised-plum:#3d1a1e;
}