Color names in this palette
CSS code for this palette
/* CSS */
.rose-turkish-delight {
color: #db517b;
}
.carmine-rose {
color: #e65b8c;
}
.unripe-strawberry {
color: #f68ea6;
}
.cherry-blossom {
color: #f9c3d5;
}
.carnation-bouquet {
color: #f8bfd2;
}
/* CSS Variables */
:root {
--rose-turkish-delight:#db517b;
--carmine-rose:#e65b8c;
--unripe-strawberry:#f68ea6;
--cherry-blossom:#f9c3d5;
--carnation-bouquet:#f8bfd2;
}