Kaito Color Palette

Discover the beautiful Kaito color palette featuring science blue (#015dc6), cobalt (#003db8), international klein blue (#0035a8), resolution blue (#002a85) and midnight blue (#001f61).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Deep, Bright, Cool, Modern, Summer, 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 Kaito palette

Share this palette to:

💻 Kaito color palette CSS

/* CSS */
.color-1 {
color: #015dc6;
}
.color-2 {
color: #003db8;
}
.color-3 {
color: #0035a8;
}
.color-4 {
color: #002a85;
}
.color-5 {
color: #001f61;
}

/* CSS Variables */
:root {
--color-1: #015dc6;
--color-2: #003db8;
--color-3: #0035a8;
--color-4: #002a85;
--color-5: #001f61;
}

🌈 Kaito background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #015dc6, #003db8, #0035a8, #002a85, #001f61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #015dc6, #003db8, #0035a8, #002a85, #001f61);
}

Kaito color palette created on .