Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.not-a-cloud-in-sight {
color: #82c3d3;
}
.surgical {
color: #5da3c0;
}
.dirty-blue {
color: #3b80a0;
}
.blumine {
color: #2b5f73;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--not-a-cloud-in-sight:#82c3d3;
--surgical:#5da3c0;
--dirty-blue:#3b80a0;
--blumine:#2b5f73;
}