Color names in this palette
CSS code for this palette
/* CSS */
.petrel {
color: #4079ba;
}
.blue-bay {
color: #5b99d7;
}
.bright-spark {
color: #77c1e4;
}
.blizzard-blue {
color: #a3e2f0;
}
.clear-skies {
color: #e5f7ff;
}
/* CSS Variables */
:root {
--petrel:#4079ba;
--blue-bay:#5b99d7;
--bright-spark:#77c1e4;
--blizzard-blue:#a3e2f0;
--clear-skies:#e5f7ff;
}