Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.fresh-cantaloupe {
color: #ff9c6b;
}
.venetian-yellow {
color: #f8e6a0;
}
.jube-green {
color: #70db86;
}
.peaceful-river {
color: #4d9ed1;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--fresh-cantaloupe:#ff9c6b;
--venetian-yellow:#f8e6a0;
--jube-green:#70db86;
--peaceful-river:#4d9ed1;
}