Fear Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fear palette

Share this palette to:

Fear color palette PNG image

Download fear color palette PNG image (landscape)
Download fear color palette PNG image (square)

Fear color palette CSS

/* CSS */
.color-1 {
color: #270c1a;
}
.color-2 {
color: #571924;
}
.color-3 {
color: #78262d;
}
.color-4 {
color: #833f1b;
}
.color-5 {
color: #6c190e;
}

/* CSS Variables */
:root {
--color-1: #270c1a;
--color-2: #571924;
--color-3: #78262d;
--color-4: #833f1b;
--color-5: #6c190e;
}

Fear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #270c1a, #571924, #78262d, #833f1b, #6c190e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #270c1a, #571924, #78262d, #833f1b, #6c190e);
}

Fear color palette created on .