Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.star-sapphire {
color: #3b6aa0;
}
.fate {
color: #699ec3;
}
.terrace-pool {
color: #a3d6e0;
}
.distant-horizon {
color: #f1f9f6;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--star-sapphire:#3b6aa0;
--fate:#699ec3;
--terrace-pool:#a3d6e0;
--distant-horizon:#f1f9f6;
}