Color names in this palette
CSS code for this palette
/* CSS */
.techno-turquoise {
color: #60be8d;
}
.green-trance {
color: #a2d7a3;
}
.wedge-of-lime {
color: #e0eca7;
}
.applesauce {
color: #f9d69a;
}
.blushing-apricot {
color: #f9b9a4;
}
/* CSS Variables */
:root {
--techno-turquoise:#60be8d;
--green-trance:#a2d7a3;
--wedge-of-lime:#e0eca7;
--applesauce:#f9d69a;
--blushing-apricot:#f9b9a4;
}