Error Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Error palette

Share this palette to:

Download Error Color Palette (PNG)

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

Error color palette CSS

/* CSS */
.color-1 {
color: #b84c6b;
}
.color-2 {
color: #e4a5af;
}
.color-3 {
color: #fce0cf;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #e0a91f;
}

/* CSS Variables */
:root {
--color-1: #b84c6b;
--color-2: #e4a5af;
--color-3: #fce0cf;
--color-4: #f3ca4f;
--color-5: #e0a91f;
}

Error background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b84c6b, #e4a5af, #fce0cf, #f3ca4f, #e0a91f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b84c6b, #e4a5af, #fce0cf, #f3ca4f, #e0a91f);
}

Error color palette created on .