Color names in this palette
CSS code for this palette
/* CSS */
.brig {
color: #4e9ebc;
}
.delicate-girl-blue {
color: #67b1c5;
}
.dreaming-blue {
color: #8cc2d4;
}
.blizzard-blue {
color: #a1e3e8;
}
.pale-sky {
color: #bef7f9;
}
/* CSS Variables */
:root {
--brig:#4e9ebc;
--delicate-girl-blue:#67b1c5;
--dreaming-blue:#8cc2d4;
--blizzard-blue:#a1e3e8;
--pale-sky:#bef7f9;
}