Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b3d79;
}
.bluebonnet-frost {
color: #4a6fb0;
}
.sanctuary-spa {
color: #69b5e8;
}
.droplet {
color: #a8e1ff;
}
.dr-white {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--assault:#1b3d79;
--bluebonnet-frost:#4a6fb0;
--sanctuary-spa:#69b5e8;
--droplet:#a8e1ff;
--dr-white:#f8f9fc;
}