Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f5c2cf;
}
.nadeshiko-pink {
color: #f9a9c5;
}
.rogue-pink {
color: #f7a1c2;
}
.spaghetti-strap-pink {
color: #f6b1d5;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f5c2cf;
--nadeshiko-pink:#f9a9c5;
--rogue-pink:#f7a1c2;
--spaghetti-strap-pink:#f6b1d5;
--blush-hour:#ff7092;
}