Color names in this palette
CSS code for this palette
/* CSS */
.love-red {
color: #ff4d6a;
}
.sunset-yellow {
color: #ff8b3d;
}
.tuscan-sun {
color: #ffd84d;
}
.screamin-green {
color: #6bff6b;
}
.megaman {
color: #3db5ff;
}
/* CSS Variables */
:root {
--love-red:#ff4d6a;
--sunset-yellow:#ff8b3d;
--tuscan-sun:#ffd84d;
--screamin-green:#6bff6b;
--megaman:#3db5ff;
}