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
💡 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
💻 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);
}
🔗 Explore similar color palettes
Satoru Gojo color palette created on .