Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8a;
}
.waterfall {
color: #3cb4a0;
}
.sweet-garden {
color: #5cd1b8;
}
.sharbah-fizz {
color: #9de2d6;
}
.candlelight-yellow {
color: #f4f2c8;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8a;
--waterfall:#3cb4a0;
--sweet-garden:#5cd1b8;
--sharbah-fizz:#9de2d6;
--candlelight-yellow:#f4f2c8;
}