Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.star-sapphire {
color: #3c6b9a;
}
.epimetheus {
color: #4eb3d4;
}
.vanilla-pudding {
color: #f3e16d;
}
.peach-echo {
color: #f76e5f;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--star-sapphire:#3c6b9a;
--epimetheus:#4eb3d4;
--vanilla-pudding:#f3e16d;
--peach-echo:#f76e5f;
}