Error Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Error palette
Color Inspiration
Images that showcase this color palette in real designs
Download Error Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 9 Crimson color palettes
Error color palette created on .