Color names in this palette
CSS code for this palette
/* CSS */
.techno-turquoise {
color: #5dbb8c;
}
.lime-lizard {
color: #a3d55d;
}
.vibrant-arsenic {
color: #e5e83b;
}
.dream-of-spring {
color: #f6d12c;
}
.quince-jelly {
color: #f68e2c;
}
/* CSS Variables */
:root {
--techno-turquoise:#5dbb8c;
--lime-lizard:#a3d55d;
--vibrant-arsenic:#e5e83b;
--dream-of-spring:#f6d12c;
--quince-jelly:#f68e2c;
}