Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.guilliman-blue {
color: #5d8ff4;
}
.carolina-blue {
color: #90baf9;
}
.fairy-sparkles {
color: #b4e3f9;
}
.m-white {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--guilliman-blue:#5d8ff4;
--carolina-blue:#90baf9;
--fairy-sparkles:#b4e3f9;
--m-white:#f5f9ff;
}