Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.squash-blossom {
color: #f6b83c;
}
.welcoming-wasp {
color: #f0a800;
}
.golden-hamster {
color: #d69c38;
}
.mulberry-thorn {
color: #c57a2b;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--squash-blossom:#f6b83c;
--welcoming-wasp:#f0a800;
--golden-hamster:#d69c38;
--mulberry-thorn:#c57a2b;
}