Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1a8084;
}
.north-wind {
color: #4cbbbd;
}
.aqua-zing {
color: #7fd7d5;
}
.blizzard-blue {
color: #a5e9e8;
}
.coastal-breeze {
color: #dff6f6;
}
/* CSS Variables */
:root {
--riviera-sea:#1a8084;
--north-wind:#4cbbbd;
--aqua-zing:#7fd7d5;
--blizzard-blue:#a5e9e8;
--coastal-breeze:#dff6f6;
}