Color names in this palette
CSS code for this palette
/* CSS */
.frost-fairy {
color: #bac9f2;
}
.teclis-blue {
color: #a3b7e0;
}
.himalaya-sky {
color: #7594c2;
}
.glass-sapphire {
color: #587a9d;
}
.blue-loneliness {
color: #4a6c82;
}
/* CSS Variables */
:root {
--frost-fairy:#bac9f2;
--teclis-blue:#a3b7e0;
--himalaya-sky:#7594c2;
--glass-sapphire:#587a9d;
--blue-loneliness:#4a6c82;
}