Color names in this palette
CSS code for this palette
/* CSS */
.charted {
color: #b3cde0;
}
.french-pass {
color: #a3d3e0;
}
.blue-bell {
color: #88b1d8;
}
.blue-grotto {
color: #4e9ec6;
}
.high-profile {
color: #005b85;
}
/* CSS Variables */
:root {
--charted:#b3cde0;
--french-pass:#a3d3e0;
--blue-bell:#88b1d8;
--blue-grotto:#4e9ec6;
--high-profile:#005b85;
}