Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a45b92;
}
.dolomite-red {
color: #c57c9b;
}
.iced-vovo {
color: #e3a1b0;
}
.rose-reminder {
color: #f5c2c7;
}
.poetic-princess {
color: #f8e2e6;
}
/* CSS Variables */
:root {
--cyclamen-red:#a45b92;
--dolomite-red:#c57c9b;
--iced-vovo:#e3a1b0;
--rose-reminder:#f5c2c7;
--poetic-princess:#f8e2e6;
}