Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.san-marino {
color: #496a9c;
}
.kindred {
color: #6fa5d8;
}
.frozen-landscape {
color: #b3e0ff;
}
.rubber-ducky {
color: #f9d158;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--san-marino:#496a9c;
--kindred:#6fa5d8;
--frozen-landscape:#b3e0ff;
--rubber-ducky:#f9d158;
}