Color names in this palette
CSS code for this palette
/* CSS */
.reclining-green {
color: #b7d7c2;
}
.riviera-retreat {
color: #d9c0a5;
}
.welcoming-wasp {
color: #f0a800;
}
.spiced-up-orange {
color: #e77d32;
}
.cajun-red {
color: #a35a4d;
}
/* CSS Variables */
:root {
--reclining-green:#b7d7c2;
--riviera-retreat:#d9c0a5;
--welcoming-wasp:#f0a800;
--spiced-up-orange:#e77d32;
--cajun-red:#a35a4d;
}