Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f988c;
}
.shockwave {
color: #72c5b5;
}
.astronomer {
color: #e9f1ea;
}
.hawaiian-cream {
color: #f9e6b9;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--ocean-liner:#1f988c;
--shockwave:#72c5b5;
--astronomer:#e9f1ea;
--hawaiian-cream:#f9e6b9;
--sunshine-mellow:#f1c40e;
}