Color names in this palette
CSS code for this palette
/* CSS */
.carroburg-crimson {
color: #a62b6d;
}
.love-lord {
color: #c94a75;
}
.true-love {
color: #e57b8d;
}
.harmonious-rose {
color: #f49fb9;
}
.creamy-strawberry {
color: #fdd3e1;
}
/* CSS Variables */
:root {
--carroburg-crimson:#a62b6d;
--love-lord:#c94a75;
--true-love:#e57b8d;
--harmonious-rose:#f49fb9;
--creamy-strawberry:#fdd3e1;
}