Kenzii Color Palette

Discover the beautiful Kenzii color palette featuring periwinkle gray (#c1c6e7), regent st blue (#99b7e1), danube (#6096d7), san marino (#3f6fa2) and chathams blue (#1a3c7f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Elegant, Light, Modern, Summer, Vibrant, Y2k 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 Kenzii palette

Share this palette to:

💻 Kenzii color palette CSS

/* CSS */
.color-1 {
color: #c1c6e7;
}
.color-2 {
color: #99b7e1;
}
.color-3 {
color: #6096d7;
}
.color-4 {
color: #3f6fa2;
}
.color-5 {
color: #1a3c7f;
}

/* CSS Variables */
:root {
--color-1: #c1c6e7;
--color-2: #99b7e1;
--color-3: #6096d7;
--color-4: #3f6fa2;
--color-5: #1a3c7f;
}

🌈 Kenzii background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c6e7, #99b7e1, #6096d7, #3f6fa2, #1a3c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c6e7, #99b7e1, #6096d7, #3f6fa2, #1a3c7f);
}

Kenzii color palette created on .