Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.blue-dart-frog {
color: #3a7d9c;
}
.cave-lake {
color: #4eb5c1;
}
.buttery-croissant {
color: #f2e19c;
}
.prometheus-orange {
color: #f15a22;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--blue-dart-frog:#3a7d9c;
--cave-lake:#4eb5c1;
--buttery-croissant:#f2e19c;
--prometheus-orange:#f15a22;
}