Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f4c8d6;
}
.chantilly {
color: #eab8c8;
}
.sprinkled-with-pink {
color: #e3a1af;
}
.i-love-you-pink {
color: #d97d8c;
}
.tropical-smoothie {
color: #c85b6d;
}
/* CSS Variables */
:root {
--mountain-laurel:#f4c8d6;
--chantilly:#eab8c8;
--sprinkled-with-pink:#e3a1af;
--i-love-you-pink:#d97d8c;
--tropical-smoothie:#c85b6d;
}