Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.fulgrim-pink {
color: #f9b4ce;
}
.sweetheart {
color: #f1c1d6;
}
.bright-ube {
color: #d4a0e9;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--fulgrim-pink:#f9b4ce;
--sweetheart:#f1c1d6;
--bright-ube:#d4a0e9;
--light-budgie-blue:#a1d6e8;
}