Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.exploding-star {
color: #ffd83d;
}
.minted-elegance {
color: #6dd0a0;
}
.skinny-jeans {
color: #4d8eff;
}
.pink-yarrow {
color: #d83b82;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--exploding-star:#ffd83d;
--minted-elegance:#6dd0a0;
--skinny-jeans:#4d8eff;
--pink-yarrow:#d83b82;
}