Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.blue-antarctic {
color: #4b789b;
}
.bright-bluebonnet {
color: #8fb3c1;
}
.angel-food-cake {
color: #d8a24f;
}
.childhood-crush {
color: #e26a6a;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--blue-antarctic:#4b789b;
--bright-bluebonnet:#8fb3c1;
--angel-food-cake:#d8a24f;
--childhood-crush:#e26a6a;
}