Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.meadow-blossom-blue {
color: #79b0d8;
}
.waimea-blue {
color: #4aa2d9;
}
.atmosphere {
color: #0096db;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--meadow-blossom-blue:#79b0d8;
--waimea-blue:#4aa2d9;
--atmosphere:#0096db;
--turkish-tile:#007c9e;
}