Warning Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warning Colors palette

Share this palette to:

Download Warning Colors Color Palette (PNG)

Download warning colors color palette PNG image (landscape)
Download warning colors color palette PNG image (square)

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);
}

Warning Colors color palette created on .