Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2a6c8d;
}
.winter-time {
color: #3b8aa0;
}
.water-music {
color: #6eb2bf;
}
.carving-party {
color: #f0c49e;
}
.clay-mug {
color: #d47e59;
}
/* CSS Variables */
:root {
--ocean-call:#2a6c8d;
--winter-time:#3b8aa0;
--water-music:#6eb2bf;
--carving-party:#f0c49e;
--clay-mug:#d47e59;
}