Color names in this palette
CSS code for this palette
/* CSS */
.cricket-field {
color: #c2d69f;
}
.wasabi-peanut {
color: #b4c99c;
}
.tropical-cascade {
color: #8aa89d;
}
.technical-blue {
color: #5a7f8c;
}
.deep-azure {
color: #3a577e;
}
/* CSS Variables */
:root {
--cricket-field:#c2d69f;
--wasabi-peanut:#b4c99c;
--tropical-cascade:#8aa89d;
--technical-blue:#5a7f8c;
--deep-azure:#3a577e;
}