All Palettes

Color Palette #3c5a9a, #65a6d2, #b2e7f5, #f3c6a5, #ff6e61

0%
0%
0%

CSS code for this palette

/* CSS */
.muted-lavender {
color: #3c5a9a;
}
.ocean-tropic {
color: #65a6d2;
}
.azure-sky {
color: #b2e7f5;
}
.australian-apricot {
color: #f3c6a5;
}
.grapefruit-pulp {
color: #ff6e61;
}

/* CSS Variables */
:root {
--muted-lavender:#3c5a9a;
--ocean-tropic:#65a6d2;
--azure-sky:#b2e7f5;
--australian-apricot:#f3c6a5;
--grapefruit-pulp:#ff6e61;
}

More palettes to explore