Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.jardini-re {
color: #009975;
}
.emerald-dream {
color: #007a5e;
}
.yellow-tulip {
color: #f6d06f;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--jardini-re:#009975;
--emerald-dream:#007a5e;
--yellow-tulip:#f6d06f;
--welcoming-wasp:#f0a800;
}