Color names in this palette
CSS code for this palette
/* CSS */
.lovely-breeze {
color: #f8d8e7;
}
.rose-mallow {
color: #f1a7c5;
}
.aurora-pink {
color: #e878a7;
}
.kirby {
color: #d84b8a;
}
.carroburg-crimson {
color: #a62b6d;
}
/* CSS Variables */
:root {
--lovely-breeze:#f8d8e7;
--rose-mallow:#f1a7c5;
--aurora-pink:#e878a7;
--kirby:#d84b8a;
--carroburg-crimson:#a62b6d;
}