Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.star-sapphire {
color: #406ba0;
}
.blue-electress {
color: #6d9ed0;
}
.sea-cliff {
color: #a4c4df;
}
.antique-wicker-basket {
color: #f2d2a1;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--star-sapphire:#406ba0;
--blue-electress:#6d9ed0;
--sea-cliff:#a4c4df;
--antique-wicker-basket:#f2d2a1;
}