Satoru Gojo Color Palette

Discover the beautiful Satoru Gojo color palette featuring solitude (#e5f5ff), anakiwa (#b3d9ff), malibu (#80b3ff), dodger blue (#3399ff) and lochmara (#007acc).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Satoru Gojo color palette CSS

/* CSS */
.color-1 {
color: #e5f5ff;
}
.color-2 {
color: #b3d9ff;
}
.color-3 {
color: #80b3ff;
}
.color-4 {
color: #3399ff;
}
.color-5 {
color: #007acc;
}

/* CSS Variables */
:root {
--color-1: #e5f5ff;
--color-2: #b3d9ff;
--color-3: #80b3ff;
--color-4: #3399ff;
--color-5: #007acc;
}

🌈 Satoru Gojo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f5ff, #b3d9ff, #80b3ff, #3399ff, #007acc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f5ff, #b3d9ff, #80b3ff, #3399ff, #007acc);
}

Satoru Gojo color palette created on .