Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.phoenix-fossil {
color: #f7d79c;
}
.pipitschah {
color: #f5e6c2;
}
.welcoming-wasp {
color: #f0a800;
}
.citrus-blast {
color: #e07b38;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--phoenix-fossil:#f7d79c;
--pipitschah:#f5e6c2;
--welcoming-wasp:#f0a800;
--citrus-blast:#e07b38;
}