Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f2b2a1;
}
.sunday-afternoon {
color: #f4c67b;
}
.green-papaya {
color: #e5d07b;
}
.legacy-blue {
color: #9fc7df;
}
.blue-gourami {
color: #6a9dd7;
}
/* CSS Variables */
:root {
--first-date:#f2b2a1;
--sunday-afternoon:#f4c67b;
--green-papaya:#e5d07b;
--legacy-blue:#9fc7df;
--blue-gourami:#6a9dd7;
}