Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1a3d7a;
}
.blue-sonki {
color: #4f88c9;
}
.astral-spirit {
color: #8dc3e8;
}
.icy-lemonade {
color: #f6e7b1;
}
.doughnut {
color: #f1a15b;
}
/* CSS Variables */
:root {
--assault:#1a3d7a;
--blue-sonki:#4f88c9;
--astral-spirit:#8dc3e8;
--icy-lemonade:#f6e7b1;
--doughnut:#f1a15b;
}