Color names in this palette
CSS code for this palette
/* CSS */
.dragon-s-fire {
color: #9a2d5c;
}
.coral-orange {
color: #e66b4c;
}
.welcoming-wasp {
color: #f0a800;
}
.cameo-cream {
color: #f4e2c3;
}
.french-pass {
color: #a3d5e0;
}
/* CSS Variables */
:root {
--dragon-s-fire:#9a2d5c;
--coral-orange:#e66b4c;
--welcoming-wasp:#f0a800;
--cameo-cream:#f4e2c3;
--french-pass:#a3d5e0;
}