Color names in this palette
CSS code for this palette
/* CSS */
.skinny-jeans {
color: #4d8bff;
}
.fennel-flower {
color: #70a5ff;
}
.baby-blue {
color: #a3c8ff;
}
.neon-light {
color: #ffe15c;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--skinny-jeans:#4d8bff;
--fennel-flower:#70a5ff;
--baby-blue:#a3c8ff;
--neon-light:#ffe15c;
--pompelmo:#ff6b6b;
}