Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.exploding-star {
color: #ffd83d;
}
.minted-elegance {
color: #6dd0a0;
}
.olympic-blue {
color: #4b91e2;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--exploding-star:#ffd83d;
--minted-elegance:#6dd0a0;
--olympic-blue:#4b91e2;
--moonshadow:#8d43ad;
}