Color names in this palette
CSS code for this palette
/* CSS */
.light-candela {
color: #c8d0df;
}
.airborne {
color: #a1c2d3;
}
.baby-tears {
color: #67b8d5;
}
.butterfly-blue {
color: #1f9abd;
}
.germander-speedwell {
color: #0095c7;
}
/* CSS Variables */
:root {
--light-candela:#c8d0df;
--airborne:#a1c2d3;
--baby-tears:#67b8d5;
--butterfly-blue:#1f9abd;
--germander-speedwell:#0095c7;
}