Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f5c7d4;
}
.sweet-lilac {
color: #eab8d1;
}
.first-impression {
color: #f5e5e8;
}
.calabrese {
color: #f4a4a7;
}
.i-love-you-pink {
color: #d77f94;
}
/* CSS Variables */
:root {
--mountain-laurel:#f5c7d4;
--sweet-lilac:#eab8d1;
--first-impression:#f5e5e8;
--calabrese:#f4a4a7;
--i-love-you-pink:#d77f94;
}