Stephen Stills Color Palette

Discover the beautiful Stephen Stills color palette featuring botticelli (#c8d8e4), pigeon post (#a5c6d4), bali hai (#8fa2b7), wewak (#f1a8a2) and valencia (#d34a4a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Cool, Coral, Fall, Spring, Vibrant, 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 Stephen Stills palette

Share this palette to:

💻 Stephen Stills color palette CSS

/* CSS */
.color-1 {
color: #c8d8e4;
}
.color-2 {
color: #a5c6d4;
}
.color-3 {
color: #8fa2b7;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #d34a4a;
}

/* CSS Variables */
:root {
--color-1: #c8d8e4;
--color-2: #a5c6d4;
--color-3: #8fa2b7;
--color-4: #f1a8a2;
--color-5: #d34a4a;
}

🌈 Stephen Stills background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8d8e4, #a5c6d4, #8fa2b7, #f1a8a2, #d34a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8d8e4, #a5c6d4, #8fa2b7, #f1a8a2, #d34a4a);
}

Stephen Stills color palette created on .