Color names in this palette
CSS code for this palette
/* CSS */
.gloomy-sea {
color: #496679;
}
.cayman-bay {
color: #4f7a8c;
}
.bluebird-feather {
color: #6e9caf;
}
.vast-sky {
color: #a8c9d7;
}
.diamond-white {
color: #e0f3f5;
}
/* CSS Variables */
:root {
--gloomy-sea:#496679;
--cayman-bay:#4f7a8c;
--bluebird-feather:#6e9caf;
--vast-sky:#a8c9d7;
--diamond-white:#e0f3f5;
}