Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.sailor-s-bay {
color: #4a6e8c;
}
.frozen-lake {
color: #7d9fb5;
}
.fresh-lettuce {
color: #b8d68f;
}
.balinese-sunset {
color: #f1a179;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--sailor-s-bay:#4a6e8c;
--frozen-lake:#7d9fb5;
--fresh-lettuce:#b8d68f;
--balinese-sunset:#f1a179;
}