Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b3b6f;
}
.blues {
color: #2a699d;
}
.lake-thun {
color: #49b8e4;
}
.golden-blonde {
color: #f0e07a;
}
.radiant-yellow {
color: #f69e23;
}
/* CSS Variables */
:root {
--assault:#1b3b6f;
--blues:#2a699d;
--lake-thun:#49b8e4;
--golden-blonde:#f0e07a;
--radiant-yellow:#f69e23;
}