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