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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beach, Beige, Cream, Earthy, Soft, Warm color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Petrol Blue Medium Blue Cream color palette created on .