Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c4e0;
}
.rose-mallow {
color: #f5a3c7;
}
.geranium-pink {
color: #f68e9d;
}
.breeze-of-chilli {
color: #f46c6c;
}
.re-entry {
color: #d94a4a;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c4e0;
--rose-mallow:#f5a3c7;
--geranium-pink:#f68e9d;
--breeze-of-chilli:#f46c6c;
--re-entry:#d94a4a;
}