Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.lake-stream {
color: #3c6a80;
}
.spearmint-burst {
color: #5abf8c;
}
.tropical-light {
color: #a2d66b;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--lake-stream:#3c6a80;
--spearmint-burst:#5abf8c;
--tropical-light:#a2d66b;
--shrimp-cocktail:#f4a462;
}