Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7c5e0;
}
.be-my-valentine {
color: #f2a1c7;
}
.fuchsia-blush {
color: #e57bb9;
}
.crushed-berries {
color: #d55d9b;
}
.our-little-secret {
color: #a44c7f;
}
/* CSS Variables */
:root {
--laelia-pink:#f7c5e0;
--be-my-valentine:#f2a1c7;
--fuchsia-blush:#e57bb9;
--crushed-berries:#d55d9b;
--our-little-secret:#a44c7f;
}