Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.syndicalist {
color: #f5c400;
}
.gilded {
color: #f6df4c;
}
.shyness {
color: #f3f2d8;
}
.zhohltyi-yellow {
color: #e0c600;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--syndicalist:#f5c400;
--gilded:#f6df4c;
--shyness:#f3f2d8;
--zhohltyi-yellow:#e0c600;
}