Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1a3d7a;
}
.aleutian-isle {
color: #4f7bab;
}
.periwinkle-sky {
color: #8eb4d7;
}
.light-ridge-light {
color: #c2d4e5;
}
.alice-blue {
color: #f0f7ff;
}
/* CSS Variables */
:root {
--assault:#1a3d7a;
--aleutian-isle:#4f7bab;
--periwinkle-sky:#8eb4d7;
--light-ridge-light:#c2d4e5;
--alice-blue:#f0f7ff;
}