Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.diamond-white {
color: #e0f3f5;
}
.serene-sky {
color: #c3e4ea;
}
.midwinter-mist {
color: #a1d4d9;
}
.soaring-sky {
color: #b9e9e9;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--diamond-white:#e0f3f5;
--serene-sky:#c3e4ea;
--midwinter-mist:#a1d4d9;
--soaring-sky:#b9e9e9;
}