Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d000;
}
.garlic-pesto {
color: #c3d100;
}
.terrace-pool {
color: #9ed9e0;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d000;
--garlic-pesto:#c3d100;
--terrace-pool:#9ed9e0;
--peaceful-river:#4a9cd3;
}