Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1ab2d1;
}
.vanadyl-blue {
color: #00a5e0;
}
.atmosphere {
color: #0096db;
}
.primal-blue {
color: #0080b3;
}
.singing-blue {
color: #0072a3;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1ab2d1;
--vanadyl-blue:#00a5e0;
--atmosphere:#0096db;
--primal-blue:#0080b3;
--singing-blue:#0072a3;
}