Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f3b6a0;
}
.arizona-sunrise {
color: #eab9b8;
}
.melon-pink {
color: #f1d3c6;
}
.gentle-glow {
color: #f8e4b9;
}
.cyrus-grass {
color: #d1c4a8;
}
/* CSS Variables */
:root {
--first-date:#f3b6a0;
--arizona-sunrise:#eab9b8;
--melon-pink:#f1d3c6;
--gentle-glow:#f8e4b9;
--cyrus-grass:#d1c4a8;
}