Color names in this palette
CSS code for this palette
/* CSS */
.blended-fruit {
color: #f9e5a4;
}
.lion-cub {
color: #f8caa5;
}
.rozowy-pink {
color: #f5a8b8;
}
.bella-pink {
color: #e27e92;
}
.crushed-berries {
color: #d053a0;
}
/* CSS Variables */
:root {
--blended-fruit:#f9e5a4;
--lion-cub:#f8caa5;
--rozowy-pink:#f5a8b8;
--bella-pink:#e27e92;
--crushed-berries:#d053a0;
}