Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d6e8;
}
.norse-blue {
color: #3d9ac2;
}
.blues {
color: #2b6b9c;
}
.clear-night-sky {
color: #1d5086;
}
.lucidity {
color: #1a3d65;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d6e8;
--norse-blue:#3d9ac2;
--blues:#2b6b9c;
--clear-night-sky:#1d5086;
--lucidity:#1a3d65;
}