Color names in this palette
CSS code for this palette
/* CSS */
.guilliman-blue {
color: #6494ed;
}
.united-nations-blue {
color: #5a97e2;
}
.blue-dart {
color: #4a8ad9;
}
.heirloom-hydrangea {
color: #3a7dcf;
}
.matt-blue {
color: #2b6eb6;
}
/* CSS Variables */
:root {
--guilliman-blue:#6494ed;
--united-nations-blue:#5a97e2;
--blue-dart:#4a8ad9;
--heirloom-hydrangea:#3a7dcf;
--matt-blue:#2b6eb6;
}