Color names in this palette
CSS code for this palette
/* CSS */
.raiden-blue {
color: #0054a8;
}
.grey-agate {
color: #a8b4c2;
}
.spindle {
color: #b2c3d7;
}
.baby-s-breath {
color: #d8e3e9;
}
.dr-white {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--raiden-blue:#0054a8;
--grey-agate:#a8b4c2;
--spindle:#b2c3d7;
--baby-s-breath:#d8e3e9;
--dr-white:#f8f9fc;
}