Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.festival-orange {
color: #e15e3d;
}
.blush-d-amour {
color: #d75683;
}
.purple-plum {
color: #a050b4;
}
.little-boy-blue {
color: #6b98e1;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--festival-orange:#e15e3d;
--blush-d-amour:#d75683;
--purple-plum:#a050b4;
--little-boy-blue:#6b98e1;
}