Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8c8e;
}
.veranda-blue {
color: #63b6b3;
}
.winter-chill {
color: #8fd2d6;
}
.silent-ripple {
color: #a9e5e0;
}
.distant-horizon {
color: #f2f8f8;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8c8e;
--veranda-blue:#63b6b3;
--winter-chill:#8fd2d6;
--silent-ripple:#a9e5e0;
--distant-horizon:#f2f8f8;
}