Transformers Gradient Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Transformers Gradient palette
Color Inspiration
Images that showcase this color palette in real designs
Download Transformers Gradient Color Palette (PNG)
Transformers Gradient color palette CSS
/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #2c2c68;
}
.color-3 {
color: #4d4d93;
}
.color-4 {
color: #7f7fc3;
}
.color-5 {
color: #f0f0f0;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #2c2c68;
--color-3: #4d4d93;
--color-4: #7f7fc3;
--color-5: #f0f0f0;
}
Transformers Gradient background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #2c2c68, #4d4d93, #7f7fc3, #f0f0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #2c2c68, #4d4d93, #7f7fc3, #f0f0f0);
}
Similar color palettes
Scroll down to explore 1000+ colors.transformers color palettes
Transformers Gradient color palette created on .