Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9fd4df;
}
.dupain {
color: #5ea0ba;
}
.rainy-lake {
color: #3a6a8d;
}
.seafarer {
color: #1f4d70;
}
.midnight-ocean {
color: #0b2c4b;
}
/* CSS Variables */
:root {
--ocean-cruise:#9fd4df;
--dupain:#5ea0ba;
--rainy-lake:#3a6a8d;
--seafarer:#1f4d70;
--midnight-ocean:#0b2c4b;
}