Shedletsky Color Palette

Discover the beautiful Shedletsky color palette featuring cornflower (#9fc4e9), sandy brown (#f3b559), tango (#f47b1f), mojo (#c94e3b) and tawny port (#6d2c3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Orange, Red, Yellow 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 Shedletsky palette

Share this palette to:

💻 Shedletsky color palette CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #f3b559;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #c94e3b;
}
.color-5 {
color: #6d2c3a;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #f3b559;
--color-3: #f47b1f;
--color-4: #c94e3b;
--color-5: #6d2c3a;
}

🌈 Shedletsky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #f3b559, #f47b1f, #c94e3b, #6d2c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #f3b559, #f47b1f, #c94e3b, #6d2c3a);
}

Shedletsky color palette created on .