Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.ballerina-tears {
color: #f3b7af;
}
.pale-sunshine {
color: #f4c680;
}
.lovecloud {
color: #f0b7eb;
}
.cyclamen-red {
color: #a35c91;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--ballerina-tears:#f3b7af;
--pale-sunshine:#f4c680;
--lovecloud:#f0b7eb;
--cyclamen-red:#a35c91;
}