Super Saiyan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Super Saiyan palette
Color Inspiration
Images that showcase this color palette in real designs
Download Super Saiyan Color Palette (PNG)
Super Saiyan color palette CSS
/* CSS */
.color-1 {
color: #79d8d2;
}
.color-2 {
color: #a3e8a1;
}
.color-3 {
color: #f3f76e;
}
.color-4 {
color: #f7a64a;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #79d8d2;
--color-2: #a3e8a1;
--color-3: #f3f76e;
--color-4: #f7a64a;
--color-5: #ff6b6b;
}
Super Saiyan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79d8d2, #a3e8a1, #f3f76e, #f7a64a, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79d8d2, #a3e8a1, #f3f76e, #f7a64a, #ff6b6b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Super Saiyan color palette created on .