Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2c6c8c;
}
.wipeout {
color: #3c7c96;
}
.aquatic-cool {
color: #46a0b4;
}
.aruba-blue {
color: #7ed3d7;
}
.corn-maze {
color: #e1a86b;
}
/* CSS Variables */
:root {
--ocean-call:#2c6c8c;
--wipeout:#3c7c96;
--aquatic-cool:#46a0b4;
--aruba-blue:#7ed3d7;
--corn-maze:#e1a86b;
}