Color names in this palette
CSS code for this palette
/* CSS */
.raw-sunset {
color: #fa5a29;
}
.hot-sun {
color: #fab829;
}
.pasta-luego {
color: #f9e380;
}
.wicked-green {
color: #a1d449;
}
.kryptonite-green {
color: #409c40;
}
/* CSS Variables */
:root {
--raw-sunset:#fa5a29;
--hot-sun:#fab829;
--pasta-luego:#f9e380;
--wicked-green:#a1d449;
--kryptonite-green:#409c40;
}