Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.green-crush {
color: #5eb0a2;
}
.tropical-trail {
color: #85d5b4;
}
.buttery-croissant {
color: #f8e19b;
}
.firecracker {
color: #f0613d;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--green-crush:#5eb0a2;
--tropical-trail:#85d5b4;
--buttery-croissant:#f8e19b;
--firecracker:#f0613d;
}