Blue Elevator Color Palette

Discover the beautiful Blue Elevator color palette featuring new orleans (#f3c8a5), tasman (#cad7c6), morning glory (#a2d7e2), fountain blue (#699bc3) and ming (#3f6c8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Blue, Summer 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 Blue Elevator palette

Share this palette to:

💻 Blue Elevator color palette CSS

/* CSS */
.color-1 {
color: #f3c8a5;
}
.color-2 {
color: #cad7c6;
}
.color-3 {
color: #a2d7e2;
}
.color-4 {
color: #699bc3;
}
.color-5 {
color: #3f6c8d;
}

/* CSS Variables */
:root {
--color-1: #f3c8a5;
--color-2: #cad7c6;
--color-3: #a2d7e2;
--color-4: #699bc3;
--color-5: #3f6c8d;
}

🌈 Blue Elevator background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c8a5, #cad7c6, #a2d7e2, #699bc3, #3f6c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c8a5, #cad7c6, #a2d7e2, #699bc3, #3f6c8d);
}

Blue Elevator color palette created on .