Drostan Color Palette

Discover the beautiful Drostan color palette featuring patina (#5d8989), jungle mist (#b2d2d2), givry (#f7e3b6), manhattan (#f3b7a0) and sunglo (#e57b7b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Cream, Coral, Fun, Spring, Sun, Vibrant 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 Drostan palette

Share this palette to:

💻 Drostan color palette CSS

/* CSS */
.color-1 {
color: #5d8989;
}
.color-2 {
color: #b2d2d2;
}
.color-3 {
color: #f7e3b6;
}
.color-4 {
color: #f3b7a0;
}
.color-5 {
color: #e57b7b;
}

/* CSS Variables */
:root {
--color-1: #5d8989;
--color-2: #b2d2d2;
--color-3: #f7e3b6;
--color-4: #f3b7a0;
--color-5: #e57b7b;
}

🌈 Drostan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8989, #b2d2d2, #f7e3b6, #f3b7a0, #e57b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8989, #b2d2d2, #f7e3b6, #f3b7a0, #e57b7b);
}

Drostan color palette created on .