Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b3d79;
}
.star-sapphire {
color: #3d699e;
}
.blue-chrysocolla {
color: #7ab6d1;
}
.crystal-river {
color: #b2e5f0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--assault:#1b3d79;
--star-sapphire:#3d699e;
--blue-chrysocolla:#7ab6d1;
--crystal-river:#b2e5f0;
--creamy-sweet-corn:#f9c54e;
}