Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.sail-away {
color: #4cb5e6;
}
.big-chill {
color: #7dcae8;
}
.blizzard-blue {
color: #a1e1f2;
}
.blue-hijab {
color: #cef3fd;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--sail-away:#4cb5e6;
--big-chill:#7dcae8;
--blizzard-blue:#a1e1f2;
--blue-hijab:#cef3fd;
}