Color names in this palette
CSS code for this palette
/* CSS */
.love-red {
color: #ff4d6a;
}
.sunset-yellow {
color: #ff8b3d;
}
.exploding-star {
color: #ffd83d;
}
.tropical-light {
color: #a2d56c;
}
.sea-serpent {
color: #4cc8c8;
}
/* CSS Variables */
:root {
--love-red:#ff4d6a;
--sunset-yellow:#ff8b3d;
--exploding-star:#ffd83d;
--tropical-light:#a2d56c;
--sea-serpent:#4cc8c8;
}