Color names in this palette
CSS code for this palette
/* CSS */
.bff {
color: #e0aed4;
}
.laelia-pink {
color: #f3c9e0;
}
.gentle-glow {
color: #f8e5b9;
}
.cakepop-sorbet {
color: #f5c447;
}
.entan-red {
color: #ef6b4d;
}
/* CSS Variables */
:root {
--bff:#e0aed4;
--laelia-pink:#f3c9e0;
--gentle-glow:#f8e5b9;
--cakepop-sorbet:#f5c447;
--entan-red:#ef6b4d;
}