Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.love-spell {
color: #f6b6c6;
}
.carnation-bouquet {
color: #f6c1d1;
}
.sparkling-pink {
color: #f6d0e4;
}
.minute-mauve {
color: #f3e4f7;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--love-spell:#f6b6c6;
--carnation-bouquet:#f6c1d1;
--sparkling-pink:#f6d0e4;
--minute-mauve:#f3e4f7;
}