Color names in this palette
CSS code for this palette
/* CSS */
.panama-rose {
color: #c9597d;
}
.i-love-you-pink {
color: #d97d8c;
}
.strawberry-smoothie {
color: #e8a1a4;
}
.rose-reminder {
color: #f5c2c8;
}
.royal-wedding {
color: #fce3e6;
}
/* CSS Variables */
:root {
--panama-rose:#c9597d;
--i-love-you-pink:#d97d8c;
--strawberry-smoothie:#e8a1a4;
--rose-reminder:#f5c2c8;
--royal-wedding:#fce3e6;
}