Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-mauve {
color: #d5bed5;
}
.violetta {
color: #a76c9b;
}
.panama-rose {
color: #c75281;
}
.sweet-60 {
color: #f3a0af;
}
.gentle-glow {
color: #f5e3b8;
}
/* CSS Variables */
:root {
--cosmetic-mauve:#d5bed5;
--violetta:#a76c9b;
--panama-rose:#c75281;
--sweet-60:#f3a0af;
--gentle-glow:#f5e3b8;
}