Color names in this palette
CSS code for this palette
/* CSS */
.fine-blue {
color: #b6e2df;
}
.vast-sky {
color: #a8c8d6;
}
.meadow-blossom-blue {
color: #78b3d3;
}
.azure-blue {
color: #4c8dc2;
}
.magenta-haze {
color: #9e4c75;
}
/* CSS Variables */
:root {
--fine-blue:#b6e2df;
--vast-sky:#a8c8d6;
--meadow-blossom-blue:#78b3d3;
--azure-blue:#4c8dc2;
--magenta-haze:#9e4c75;
}