Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f5c2d4;
}
.amaranth-pink {
color: #f29cbb;
}
.carissima {
color: #e67998;
}
.dragon-fruit {
color: #d8556d;
}
.romantic-embers {
color: #b43c4e;
}
/* CSS Variables */
:root {
--cherry-blossom:#f5c2d4;
--amaranth-pink:#f29cbb;
--carissima:#e67998;
--dragon-fruit:#d8556d;
--romantic-embers:#b43c4e;
}