Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.carmine-rose {
color: #e65c91;
}
.rich-lilac {
color: #b462c6;
}
.belfast {
color: #5b8e52;
}
.brittany-blue {
color: #4d7b89;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--carmine-rose:#e65c91;
--rich-lilac:#b462c6;
--belfast:#5b8e52;
--brittany-blue:#4d7b89;
}