Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-purple {
color: #d2327a;
}
.sea-nettle {
color: #f37b39;
}
.vibrant {
color: #fbd24b;
}
.snow-pea {
color: #6ccb79;
}
.dayflower {
color: #389ad6;
}
/* CSS Variables */
:root {
--fuchsia-purple:#d2327a;
--sea-nettle:#f37b39;
--vibrant:#fbd24b;
--snow-pea:#6ccb79;
--dayflower:#389ad6;
}