Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7c5e0;
}
.waddles-pink {
color: #f1a7ca;
}
.sachet-pink {
color: #f188b6;
}
.shadow-azalea-pink {
color: #e56c92;
}
.rose-turkish-delight {
color: #d84f7d;
}
/* CSS Variables */
:root {
--laelia-pink:#f7c5e0;
--waddles-pink:#f1a7ca;
--sachet-pink:#f188b6;
--shadow-azalea-pink:#e56c92;
--rose-turkish-delight:#d84f7d;
}