Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.accent-orange {
color: #e06c00;
}
.vinaceous-tawny {
color: #c74600;
}
.chocolate-fondue {
color: #9e2a00;
}
.cedar-wood-finish {
color: #701c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--accent-orange:#e06c00;
--vinaceous-tawny:#c74600;
--chocolate-fondue:#9e2a00;
--cedar-wood-finish:#701c00;
}