Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.orange-danger {
color: #e05e00;
}
.tangerine-bliss {
color: #d75d2d;
}
.afternoon-stroll {
color: #d9c5a1;
}
.slate-expectations {
color: #6d7d8d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--orange-danger:#e05e00;
--tangerine-bliss:#d75d2d;
--afternoon-stroll:#d9c5a1;
--slate-expectations:#6d7d8d;
}