Color names in this palette
CSS code for this palette
/* CSS */
.nuit-blanche {
color: #1f4a8e;
}
.blue-sonki {
color: #4f8ac9;
}
.horizon-haze {
color: #7fc0e6;
}
.blizzard-blue {
color: #a2e4f1;
}
.xanthous {
color: #f2b62c;
}
/* CSS Variables */
:root {
--nuit-blanche:#1f4a8e;
--blue-sonki:#4f8ac9;
--horizon-haze:#7fc0e6;
--blizzard-blue:#a2e4f1;
--xanthous:#f2b62c;
}