Color names in this palette
CSS code for this palette
/* CSS */
.coelin-blue {
color: #497c92;
}
.cameo-blue {
color: #6e98a0;
}
.undersea {
color: #91b1b0;
}
.rhythmic-blue {
color: #b7d4d7;
}
.diamond-white {
color: #e2f2f3;
}
/* CSS Variables */
:root {
--coelin-blue:#497c92;
--cameo-blue:#6e98a0;
--undersea:#91b1b0;
--rhythmic-blue:#b7d4d7;
--diamond-white:#e2f2f3;
}