Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.blue-gourami {
color: #6a9dd7;
}
.winter-time {
color: #3a8da1;
}
.blue-hosta {
color: #2a6f6d;
}
.moonlit-pool {
color: #215b5e;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--blue-gourami:#6a9dd7;
--winter-time:#3a8da1;
--blue-hosta:#2a6f6d;
--moonlit-pool:#215b5e;
}