Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.star-sapphire {
color: #3b6d9b;
}
.delicate-girl-blue {
color: #6ab2c8;
}
.bone-white {
color: #f1e2b1;
}
.babe {
color: #e07b7b;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--star-sapphire:#3b6d9b;
--delicate-girl-blue:#6ab2c8;
--bone-white:#f1e2b1;
--babe:#e07b7b;
}