Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.rainy-lake {
color: #3f6992;
}
.dupain {
color: #5ba4b9;
}
.glisten-yellow {
color: #f4e7ae;
}
.childhood-crush {
color: #e76f65;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--rainy-lake:#3f6992;
--dupain:#5ba4b9;
--glisten-yellow:#f4e7ae;
--childhood-crush:#e76f65;
}