Drift Color Palette

Discover the beautiful Drift color palette featuring chambray (#3d5a8a), shakespeare (#59b1d9), morning glory (#9fd2df), sandwisp (#f7e5a6) and wewak (#f1a8a2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Drift color palette CSS

/* CSS */
.color-1 {
color: #3d5a8a;
}
.color-2 {
color: #59b1d9;
}
.color-3 {
color: #9fd2df;
}
.color-4 {
color: #f7e5a6;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #3d5a8a;
--color-2: #59b1d9;
--color-3: #9fd2df;
--color-4: #f7e5a6;
--color-5: #f1a8a2;
}

🌈 Drift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a8a, #59b1d9, #9fd2df, #f7e5a6, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a8a, #59b1d9, #9fd2df, #f7e5a6, #f1a8a2);
}

Drift color palette created on .