Electric Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electric Bloom palette
Electric Bloom color palette CSS
/* CSS */
.color-1 {
color: #ffc70f;
}
.color-2 {
color: #fe2ae2;
}
.color-3 {
color: #f6eef5;
}
.color-4 {
color: #23222a;
}
.color-5 {
color: #ffee00;
}
/* CSS Variables */
:root {
--color-1: #ffc70f;
--color-2: #fe2ae2;
--color-3: #f6eef5;
--color-4: #23222a;
--color-5: #ffee00;
}
Electric Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc70f, #fe2ae2, #f6eef5, #23222a, #ffee00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc70f, #fe2ae2, #f6eef5, #23222a, #ffee00);
}
Similar color palettes
Scroll down to explore 200+ Yellow color palettes
- Sweet Whirlwind
- Tropical Sunrise
- Sunset in the Garden of Adelaide
- Digital Distortion
- Golden Heroes
- Orange Turmoil
- Sunlit Blossom
- Whispers of Hashinia
- Orange Flower
- Bright Orange
- Sunset Serenade
- Pink Sunset
- Candy Floss Sunset
- Candy Coated Dreams
- Desert Blossom Harmony
- Bright Yellow
- Vibrant Sunset Symphony
- Vibrant Green
Electric Bloom color palette created on .