Petrol Blue Medium Blue Cream Color Palette
Discover the beautiful Petrol Blue Medium Blue Cream color palette featuring sidecar (#f2e1b5), brandy (#e0ca9f), straw (#d7b889), gimblet (#c2a375) and muesli (#b0895e).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Petrol Blue Medium Blue Cream palette
๐ป Petrol Blue Medium Blue Cream color palette CSS
/* CSS */
.color-1 {
color: #f2e1b5;
}
.color-2 {
color: #e0ca9f;
}
.color-3 {
color: #d7b889;
}
.color-4 {
color: #c2a375;
}
.color-5 {
color: #b0895e;
}
/* CSS Variables */
:root {
--color-1: #f2e1b5;
--color-2: #e0ca9f;
--color-3: #d7b889;
--color-4: #c2a375;
--color-5: #b0895e;
} ๐ Petrol Blue Medium Blue Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e1b5, #e0ca9f, #d7b889, #c2a375, #b0895e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e1b5, #e0ca9f, #d7b889, #c2a375, #b0895e);
} ๐ Explore similar color palettes
Petrol Blue Medium Blue Cream color palette created on .