Color names in this palette
CSS code for this palette
/* CSS */
.husky {
color: #e0e8ff;
}
.sky-high {
color: #a5c2f3;
}
.guilliman-blue {
color: #6c9cf4;
}
.andrea-blue {
color: #4c76e1;
}
.cerulean-blue {
color: #2e5bbd;
}
/* CSS Variables */
:root {
--husky:#e0e8ff;
--sky-high:#a5c2f3;
--guilliman-blue:#6c9cf4;
--andrea-blue:#4c76e1;
--cerulean-blue:#2e5bbd;
}