Color names in this palette
CSS code for this palette
/* CSS */
.skylla {
color: #1e7bbe;
}
.mountain-bluebird {
color: #4b9dc3;
}
.sky-babe {
color: #85c3d6;
}
.blizzard-blue {
color: #a1e5e8;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--skylla:#1e7bbe;
--mountain-bluebird:#4b9dc3;
--sky-babe:#85c3d6;
--blizzard-blue:#a1e5e8;
--distant-horizon:#f1f8f8;
}