Gojo Satoru Color Palette

Discover the beautiful Gojo Satoru color palette featuring perano (#9ccdf1), jordy blue (#7bc1ee), curious blue (#2a97e6), fun blue (#1b6bae) and chathams blue (#104082).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Gojo Satoru color palette CSS

/* CSS */
.color-1 {
color: #9ccdf1;
}
.color-2 {
color: #7bc1ee;
}
.color-3 {
color: #2a97e6;
}
.color-4 {
color: #1b6bae;
}
.color-5 {
color: #104082;
}

/* CSS Variables */
:root {
--color-1: #9ccdf1;
--color-2: #7bc1ee;
--color-3: #2a97e6;
--color-4: #1b6bae;
--color-5: #104082;
}

🌈 Gojo Satoru background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ccdf1, #7bc1ee, #2a97e6, #1b6bae, #104082);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ccdf1, #7bc1ee, #2a97e6, #1b6bae, #104082);
}

Gojo Satoru color palette created on .