Color names in this palette
CSS code for this palette
/* CSS */
.vivid-imagination {
color: #5b9a5b;
}
.green-trance {
color: #a2d8a5;
}
.friendly-basilisk {
color: #e2f4e1;
}
.soviet-gold {
color: #ffd900;
}
.carrot {
color: #ff6e42;
}
/* CSS Variables */
:root {
--vivid-imagination:#5b9a5b;
--green-trance:#a2d8a5;
--friendly-basilisk:#e2f4e1;
--soviet-gold:#ffd900;
--carrot:#ff6e42;
}