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