Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.dirty-blue {
color: #407f9c;
}
.minted-elegance {
color: #6cc6a2;
}
.overtone {
color: #a6e3af;
}
.yellow-chalk {
color: #f4f9a9;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--dirty-blue:#407f9c;
--minted-elegance:#6cc6a2;
--overtone:#a6e3af;
--yellow-chalk:#f4f9a9;
}