Color names in this palette
CSS code for this palette
/* CSS */
.azure-blue {
color: #4f8ec4;
}
.broom-butterfly-blue {
color: #69afd8;
}
.fresh-blue {
color: #8bd6e5;
}
.blizzard-blue {
color: #a7e4f1;
}
.icy-breeze {
color: #c1f0f6;
}
/* CSS Variables */
:root {
--azure-blue:#4f8ec4;
--broom-butterfly-blue:#69afd8;
--fresh-blue:#8bd6e5;
--blizzard-blue:#a7e4f1;
--icy-breeze:#c1f0f6;
}