Color names in this palette
CSS code for this palette
/* CSS */
.love-red {
color: #ff4d6a;
}
.kanz-orange {
color: #ff8e3d;
}
.exploding-star {
color: #ffd83d;
}
.hammam-blue {
color: #5ed9d9;
}
.muted-lavender {
color: #3d5a99;
}
/* CSS Variables */
:root {
--love-red:#ff4d6a;
--kanz-orange:#ff8e3d;
--exploding-star:#ffd83d;
--hammam-blue:#5ed9d9;
--muted-lavender:#3d5a99;
}