Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.fluffy-duckling {
color: #f7e13b;
}
.nihilakh-oxide {
color: #9fd6b3;
}
.georgian-revival-blue {
color: #5c8c9d;
}
.nautical {
color: #2e4a7f;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--fluffy-duckling:#f7e13b;
--nihilakh-oxide:#9fd6b3;
--georgian-revival-blue:#5c8c9d;
--nautical:#2e4a7f;
}