Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d000;
}
.livid-lime {
color: #bfe600;
}
.oasis-stream {
color: #a3f0d6;
}
.lake-thun {
color: #49b8e4;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d000;
--livid-lime:#bfe600;
--oasis-stream:#a3f0d6;
--lake-thun:#49b8e4;
}