Color names in this palette
CSS code for this palette
/* CSS */
.cool-as-a-cucumber {
color: #c6d869;
}
.welcoming-wasp {
color: #f0a800;
}
.basketball {
color: #f26b2c;
}
.t-te-t-te {
color: #d6006b;
}
.daisy-bush {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--cool-as-a-cucumber:#c6d869;
--welcoming-wasp:#f0a800;
--basketball:#f26b2c;
--t-te-t-te:#d6006b;
--daisy-bush:#5c3f8d;
}