Satoru Gojo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Satoru Gojo palette

Share this palette to:

Download Satoru Gojo Color Palette (PNG)

Download satoru gojo color palette PNG image (landscape)
Download satoru gojo color palette PNG image (square)

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 .