Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #4cb8e6;
}
.wipeout {
color: #3f7f92;
}
.deep-ocean {
color: #2b4c5f;
}
.sunken-harbor {
color: #1b3c46;
}
.black-chasm {
color: #0c2b36;
}
/* CSS Variables */
:root {
--clean-pool:#4cb8e6;
--wipeout:#3f7f92;
--deep-ocean:#2b4c5f;
--sunken-harbor:#1b3c46;
--black-chasm:#0c2b36;
}