Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.first-date {
color: #f4b69f;
}
.pink-beach {
color: #f6c1a7;
}
.flan {
color: #f6e2b6;
}
.venetian-yellow {
color: #f8e3a0;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--first-date:#f4b69f;
--pink-beach:#f6c1a7;
--flan:#f6e2b6;
--venetian-yellow:#f8e3a0;
}