Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.fat-gold {
color: #e6b800;
}
.sulphine-yellow {
color: #bda400;
}
.amber {
color: #ffbf00;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--fat-gold:#e6b800;
--sulphine-yellow:#bda400;
--amber:#ffbf00;
--sun-crete:#ff8c00;
}