Color names in this palette
CSS code for this palette
/* CSS */
.romantic-embers {
color: #b43c4e;
}
.dragon-fruit {
color: #d55868;
}
.posy-petal {
color: #f6889d;
}
.baby-steps {
color: #f5c7d8;
}
.poetic-princess {
color: #f8e2e6;
}
/* CSS Variables */
:root {
--romantic-embers:#b43c4e;
--dragon-fruit:#d55868;
--posy-petal:#f6889d;
--baby-steps:#f5c7d8;
--poetic-princess:#f8e2e6;
}