Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.flavescent {
color: #f5e68e;
}
.viridine-green {
color: #c9e5a9;
}
.sea-rover {
color: #a1d4e2;
}
.scott-base {
color: #68a3c4;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--flavescent:#f5e68e;
--viridine-green:#c9e5a9;
--sea-rover:#a1d4e2;
--scott-base:#68a3c4;
}