Color names in this palette
CSS code for this palette
/* CSS */
.corona {
color: #ffb433;
}
.bastard-amber {
color: #ffce8a;
}
.poached-rainbow-trout {
color: #ff8652;
}
.corona {
color: #ffb338;
}
.sand-yellow {
color: #ffee70;
}
/* CSS Variables */
:root {
--corona:#ffb433;
--bastard-amber:#ffce8a;
--poached-rainbow-trout:#ff8652;
--corona:#ffb338;
--sand-yellow:#ffee70;
}