Color names in this palette
CSS code for this palette
/* CSS */
.red-rampage {
color: #ef3b1f;
}
.blue-angels-yellow {
color: #fab700;
}
.quinoline-yellow {
color: #f7e02b;
}
.devil-s-grass {
color: #4cae4f;
}
.karimun-blue {
color: #2094f3;
}
/* CSS Variables */
:root {
--red-rampage:#ef3b1f;
--blue-angels-yellow:#fab700;
--quinoline-yellow:#f7e02b;
--devil-s-grass:#4cae4f;
--karimun-blue:#2094f3;
}