Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f6c1d1;
}
.tickled-pink {
color: #f1a7c1;
}
.sachet-pink {
color: #ed8cb5;
}
.shadow-azalea-pink {
color: #e76f9b;
}
.carmine-rose {
color: #e1518d;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f6c1d1;
--tickled-pink:#f1a7c1;
--sachet-pink:#ed8cb5;
--shadow-azalea-pink:#e76f9b;
--carmine-rose:#e1518d;
}