Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.wake-me-up {
color: #f6d55a;
}
.quiet-night {
color: #3b8dba;
}
.submarine-grey {
color: #4c5b5d;
}
.cardinal {
color: #c31d3c;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--wake-me-up:#f6d55a;
--quiet-night:#3b8dba;
--submarine-grey:#4c5b5d;
--cardinal:#c31d3c;
}