Color names in this palette
CSS code for this palette
/* CSS */
.may-day {
color: #4ccdc4;
}
.cancer-seagreen-scarab {
color: #2ba6a2;
}
.ocean-liner {
color: #1d8b8b;
}
.marine-wonder {
color: #1a7070;
}
.port-malmesbury {
color: #134e4e;
}
/* CSS Variables */
:root {
--may-day:#4ccdc4;
--cancer-seagreen-scarab:#2ba6a2;
--ocean-liner:#1d8b8b;
--marine-wonder:#1a7070;
--port-malmesbury:#134e4e;
}