Color names in this palette
CSS code for this palette
/* CSS */
.sail-away {
color: #55b3e2;
}
.trunks-hair {
color: #a25ac4;
}
.posy-petal {
color: #f7879f;
}
.giallo {
color: #f1d63b;
}
.watermelon-candy {
color: #ff5c7a;
}
/* CSS Variables */
:root {
--sail-away:#55b3e2;
--trunks-hair:#a25ac4;
--posy-petal:#f7879f;
--giallo:#f1d63b;
--watermelon-candy:#ff5c7a;
}