All Palettes

Color Palette #1f5b6f, #3d7c8a, #59a19f, #91d9b3, #f2e19c

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-coral {
color: #1f5b6f;
}
.mysterious-blue {
color: #3d7c8a;
}
.teal-bayou {
color: #59a19f;
}
.vista-blue {
color: #91d9b3;
}
.buttery-croissant {
color: #f2e19c;
}

/* CSS Variables */
:root {
--blue-coral:#1f5b6f;
--mysterious-blue:#3d7c8a;
--teal-bayou:#59a19f;
--vista-blue:#91d9b3;
--buttery-croissant:#f2e19c;
}

More palettes to explore