Color names in this palette
CSS code for this palette
/* CSS */
.artful-red {
color: #b30000;
}
.orange-danger {
color: #db6600;
}
.welcoming-wasp {
color: #f0a800;
}
.citrus-splash {
color: #ffc300;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--artful-red:#b30000;
--orange-danger:#db6600;
--welcoming-wasp:#f0a800;
--citrus-splash:#ffc300;
--hollandaise:#ffec3d;
}