Color names in this palette
CSS code for this palette
/* CSS */
.cornflower-lilac {
color: #ffb1ad;
}
.saira-red {
color: #ff9ebb;
}
.princess-perfume {
color: #ff85d4;
}
.cobalite {
color: #a58aff;
}
.blue-genie {
color: #6961ff;
}
/* CSS Variables */
:root {
--cornflower-lilac:#ffb1ad;
--saira-red:#ff9ebb;
--princess-perfume:#ff85d4;
--cobalite:#a58aff;
--blue-genie:#6961ff;
}