Unpleasant Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Unpleasant palette
Color Inspiration
Images that showcase this color palette in real designs
Download Unpleasant Color Palette (PNG)
Unpleasant color palette CSS
/* CSS */
.color-1 {
color: #804d4d;
}
.color-2 {
color: #d69b6b;
}
.color-3 {
color: #f0d79e;
}
.color-4 {
color: #a4c6a9;
}
.color-5 {
color: #5b8b8b;
}
/* CSS Variables */
:root {
--color-1: #804d4d;
--color-2: #d69b6b;
--color-3: #f0d79e;
--color-4: #a4c6a9;
--color-5: #5b8b8b;
}
Unpleasant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #804d4d, #d69b6b, #f0d79e, #a4c6a9, #5b8b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #804d4d, #d69b6b, #f0d79e, #a4c6a9, #5b8b8b);
}
Similar color palettes
Unpleasant color palette created on .