Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.ancient-bamboo {
color: #db5f00;
}
.potter-s-clay {
color: #a74b2a;
}
.beetiful-magenta {
color: #892a6c;
}
.allegiance {
color: #5b6a8b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--ancient-bamboo:#db5f00;
--potter-s-clay:#a74b2a;
--beetiful-magenta:#892a6c;
--allegiance:#5b6a8b;
}