Color names in this palette
CSS code for this palette
/* CSS */
.just-a-tease {
color: #f9d6d2;
}
.first-date {
color: #f7b2a1;
}
.creamy-peach {
color: #f49f86;
}
.camellia {
color: #f26c5a;
}
.faded-red {
color: #d84b4e;
}
/* CSS Variables */
:root {
--just-a-tease:#f9d6d2;
--first-date:#f7b2a1;
--creamy-peach:#f49f86;
--camellia:#f26c5a;
--faded-red:#d84b4e;
}