Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f6c1d6;
}
.rose-mallow {
color: #f5a8c9;
}
.sachet-pink {
color: #f38cae;
}
.out-of-fashion {
color: #f07090;
}
.camellia-rose {
color: #e74b6d;
}
/* CSS Variables */
:root {
--cherry-blossom:#f6c1d6;
--rose-mallow:#f5a8c9;
--sachet-pink:#f38cae;
--out-of-fashion:#f07090;
--camellia-rose:#e74b6d;
}