Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.airborne {
color: #a1c2d4;
}
.frosty-soft-blue {
color: #b3e0e0;
}
.diamond-white {
color: #e0f2f5;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--airborne:#a1c2d4;
--frosty-soft-blue:#b3e0e0;
--diamond-white:#e0f2f5;
--distant-horizon:#f0f8f9;
}