Photobomb Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Photobomb palette
Photobomb color palette CSS
/* CSS */
.color-1 {
color: #e82711;
}
.color-2 {
color: #2b64a1;
}
.color-3 {
color: #e1940e;
}
.color-4 {
color: #e6850f;
}
.color-5 {
color: #d9171d;
}
/* CSS Variables */
:root {
--color-1: #e82711;
--color-2: #2b64a1;
--color-3: #e1940e;
--color-4: #e6850f;
--color-5: #d9171d;
}
Photobomb background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e82711, #2b64a1, #e1940e, #e6850f, #d9171d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e82711, #2b64a1, #e1940e, #e6850f, #d9171d);
}
Similar color palettes
- Chaos Harmony
- Vibrant Blue
- Vibrant Harmony
- Crimson and Navy Dream
- Healing Harmony
- Orange Express
- Gangster Chic
- Carnival Dreams
- Vibrant Harmony
- Colorful Sunset
- Vibrant Spectrum
- Vibrant Twilight Serenade
- Bold Purple and Red
- Urban Junction
- Glitch Spectrum
- Twilight Ember
- Shades of Red, Blue, and Purple
- Vibrant Whirlwind
Photobomb color palette created on .