Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d400;
}
.goldfinch {
color: #f9e45d;
}
.swan-lake {
color: #c7e5e3;
}
.tropical-escape {
color: #4bb9b2;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d400;
--goldfinch:#f9e45d;
--swan-lake:#c7e5e3;
--tropical-escape:#4bb9b2;
}