Warning Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warning Colors palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warning Colors Color Palette (PNG)
Warning Colors color palette CSS
/* CSS */
.color-1 {
color: #d8544f;
}
.color-2 {
color: #efac4d;
}
.color-3 {
color: #5abfdd;
}
.color-4 {
color: #5cb75c;
}
.color-5 {
color: #448cca;
}
/* CSS Variables */
:root {
--color-1: #d8544f;
--color-2: #efac4d;
--color-3: #5abfdd;
--color-4: #5cb75c;
--color-5: #448cca;
}
Warning Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8544f, #efac4d, #5abfdd, #5cb75c, #448cca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8544f, #efac4d, #5abfdd, #5cb75c, #448cca);
}
Similar color palettes
Scroll down to explore 1000+ colors.danger color palettes
Warning Colors color palette created on .