Color names in this palette
CSS code for this palette
/* CSS */
.leopard {
color: #d19900;
}
.fat-gold {
color: #e6b400;
}
.pinard-yellow {
color: #f5c800;
}
.dandelion-yellow {
color: #f9d339;
}
.storm-lightning {
color: #f9e59f;
}
/* CSS Variables */
:root {
--leopard:#d19900;
--fat-gold:#e6b400;
--pinard-yellow:#f5c800;
--dandelion-yellow:#f9d339;
--storm-lightning:#f9e59f;
}