Color names in this palette
CSS code for this palette
/* CSS */
.frangipane {
color: #f3d5b4;
}
.calabrese {
color: #f1a8a2;
}
.wonder-lust {
color: #ed8ca0;
}
.blushed-bombshell {
color: #e88cd0;
}
.bright-ube {
color: #d2a6e8;
}
/* CSS Variables */
:root {
--frangipane:#f3d5b4;
--calabrese:#f1a8a2;
--wonder-lust:#ed8ca0;
--blushed-bombshell:#e88cd0;
--bright-ube:#d2a6e8;
}