Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f6c6e1;
}
.rose-mallow {
color: #f7a6c9;
}
.geranium-pink {
color: #f78d9d;
}
.old-heart {
color: #ea6c7a;
}
.dragon-fruit {
color: #d85a6b;
}
/* CSS Variables */
:root {
--laelia-pink:#f6c6e1;
--rose-mallow:#f7a6c9;
--geranium-pink:#f78d9d;
--old-heart:#ea6c7a;
--dragon-fruit:#d85a6b;
}