Transformers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Transformers palette
Color Inspiration
Images that showcase this color palette in real designs
Download Transformers Color Palette (PNG)
Transformers color palette CSS
/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #ff5833;
}
.color-3 {
color: #c70038;
}
.color-4 {
color: #920c3f;
}
.color-5 {
color: #581845;
}
/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #ff5833;
--color-3: #c70038;
--color-4: #920c3f;
--color-5: #581845;
}
Transformers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #ff5833, #c70038, #920c3f, #581845);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #ff5833, #c70038, #920c3f, #581845);
}
Similar color palettes
Transformers color palette created on .