Color names in this palette
CSS code for this palette
/* CSS */
.flan {
color: #f6e3b6;
}
.first-date {
color: #f4b1a4;
}
.amaranth-pink {
color: #f39bba;
}
.strawberry-pink {
color: #f26e7d;
}
.paper-hearts {
color: #d14268;
}
/* CSS Variables */
:root {
--flan:#f6e3b6;
--first-date:#f4b1a4;
--amaranth-pink:#f39bba;
--strawberry-pink:#f26e7d;
--paper-hearts:#d14268;
}