Color names in this palette
CSS code for this palette
/* CSS */
.skylla {
color: #1e7bbe;
}
.waimea-blue {
color: #4b9fd8;
}
.horizon-haze {
color: #7fc4e6;
}
.van-gogh-blue {
color: #a8e0f5;
}
.pale-blue {
color: #d1f8ff;
}
/* CSS Variables */
:root {
--skylla:#1e7bbe;
--waimea-blue:#4b9fd8;
--horizon-haze:#7fc4e6;
--van-gogh-blue:#a8e0f5;
--pale-blue:#d1f8ff;
}