Color names in this palette
CSS code for this palette
/* CSS */
.pale-phthalo-blue {
color: #c7d2ff;
}
.shy-moment {
color: #a3b1ff;
}
.fennel-flower {
color: #809dff;
}
.skinny-jeans {
color: #5c7fff;
}
.the-rainbow-fish {
color: #496dee;
}
/* CSS Variables */
:root {
--pale-phthalo-blue:#c7d2ff;
--shy-moment:#a3b1ff;
--fennel-flower:#809dff;
--skinny-jeans:#5c7fff;
--the-rainbow-fish:#496dee;
}