Color names in this palette
CSS code for this palette
/* CSS */
.wild-poppy {
color: #b75c5c;
}
.chipmunk {
color: #d2a34b;
}
.eyelash-viper {
color: #f4c54e;
}
.techno-turquoise {
color: #5abf8e;
}
.terrace-pool {
color: #a3d7e0;
}
/* CSS Variables */
:root {
--wild-poppy:#b75c5c;
--chipmunk:#d2a34b;
--eyelash-viper:#f4c54e;
--techno-turquoise:#5abf8e;
--terrace-pool:#a3d7e0;
}