Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.tuna-sashimi {
color: #d35f74;
}
.grapes-of-italy {
color: #6b4b8b;
}
.dayflower {
color: #3a9ad9;
}
.pool-green {
color: #00b39b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--tuna-sashimi:#d35f74;
--grapes-of-italy:#6b4b8b;
--dayflower:#3a9ad9;
--pool-green:#00b39b;
}