Kenny's Kaleidoscope Color Palette

Discover the beautiful Kenny's Kaleidoscope color palette featuring shakespeare (#5fb2d8), wewak (#f1a8a2), ronchi (#f1cb4b), ecstasy (#f67e23) and brown rust (#aa5d3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Blue, Fun 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 Kenny's Kaleidoscope palette

Share this palette to:

💻 Kenny's Kaleidoscope color palette CSS

/* CSS */
.color-1 {
color: #5fb2d8;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f1cb4b;
}
.color-4 {
color: #f67e23;
}
.color-5 {
color: #aa5d3c;
}

/* CSS Variables */
:root {
--color-1: #5fb2d8;
--color-2: #f1a8a2;
--color-3: #f1cb4b;
--color-4: #f67e23;
--color-5: #aa5d3c;
}

🌈 Kenny's Kaleidoscope background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fb2d8, #f1a8a2, #f1cb4b, #f67e23, #aa5d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fb2d8, #f1a8a2, #f1cb4b, #f67e23, #aa5d3c);
}

Kenny's Kaleidoscope color palette created on .