Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.fat-gold {
color: #e6bb00;
}
.chartreuse-shot {
color: #d6d600;
}
.angel-falls {
color: #a1c0d3;
}
.cerulean-frost {
color: #6e9cc4;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--fat-gold:#e6bb00;
--chartreuse-shot:#d6d600;
--angel-falls:#a1c0d3;
--cerulean-frost:#6e9cc4;
}