Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1c4e6d;
}
.saltwater-depth {
color: #4f8c6c;
}
.spearmint-frosting {
color: #8dc3a6;
}
.lazy-daisy {
color: #f6e8a2;
}
.balinese-sunset {
color: #f19f79;
}
/* CSS Variables */
:root {
--seafarer:#1c4e6d;
--saltwater-depth:#4f8c6c;
--spearmint-frosting:#8dc3a6;
--lazy-daisy:#f6e8a2;
--balinese-sunset:#f19f79;
}