Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f4b3d7;
}
.corinthian-pink {
color: #f7a1d9;
}
.laelia-pink {
color: #f8c9e1;
}
.azure-sky {
color: #b2e1f5;
}
.light-sky-babe {
color: #9fd2df;
}
/* CSS Variables */
:root {
--soft-cashmere:#f4b3d7;
--corinthian-pink:#f7a1d9;
--laelia-pink:#f8c9e1;
--azure-sky:#b2e1f5;
--light-sky-babe:#9fd2df;
}