All Palettes

Color Palette #f2b2a1, #f4c67b, #e5d07b, #9fc7df, #6a9dd7

0%
0%
0%

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;
}

More palettes to explore