Color names in this palette
CSS code for this palette
/* CSS */
.love-red {
color: #ff4d6a;
}
.autumn-splendor {
color: #ff9a4d;
}
.corn {
color: #ffe75c;
}
.hanuman-green {
color: #4dffb2;
}
.blue-chaos {
color: #4da0ff;
}
/* CSS Variables */
:root {
--love-red:#ff4d6a;
--autumn-splendor:#ff9a4d;
--corn:#ffe75c;
--hanuman-green:#4dffb2;
--blue-chaos:#4da0ff;
}