Color names in this palette
CSS code for this palette
/* CSS */
.reductant {
color: #e65b5b;
}
.welcoming-wasp {
color: #f0a800;
}
.endless-summer {
color: #f5cc00;
}
.botanical-tint {
color: #a7e2d5;
}
.brittany-blue {
color: #4d7b89;
}
/* CSS Variables */
:root {
--reductant:#e65b5b;
--welcoming-wasp:#f0a800;
--endless-summer:#f5cc00;
--botanical-tint:#a7e2d5;
--brittany-blue:#4d7b89;
}