Color names in this palette
CSS code for this palette
/* CSS */
.childhood-crush {
color: #e0706c;
}
.sandy-brown {
color: #f2a65f;
}
.dull-yellow {
color: #f0d75c;
}
.last-of-lettuce {
color: #a5d96d;
}
.garish-green {
color: #4abf8c;
}
/* CSS Variables */
:root {
--childhood-crush:#e0706c;
--sandy-brown:#f2a65f;
--dull-yellow:#f0d75c;
--last-of-lettuce:#a5d96d;
--garish-green:#4abf8c;
}