Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.ashton-blue {
color: #4a7cba;
}
.enchanting {
color: #85b9e0;
}
.glad-yellow {
color: #f3e2aa;
}
.shell-pink {
color: #f77e7e;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--ashton-blue:#4a7cba;
--enchanting:#85b9e0;
--glad-yellow:#f3e2aa;
--shell-pink:#f77e7e;
}