Pixel Game Bread Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pixel Game Bread palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pixel Game Bread Color Palette (PNG)
Pixel Game Bread color palette CSS
/* CSS */
.color-1 {
color: #e3ceb0;
}
.color-2 {
color: #d0b18a;
}
.color-3 {
color: #aa6a55;
}
.color-4 {
color: #7d3b3b;
}
.color-5 {
color: #4c2f2f;
}
/* CSS Variables */
:root {
--color-1: #e3ceb0;
--color-2: #d0b18a;
--color-3: #aa6a55;
--color-4: #7d3b3b;
--color-5: #4c2f2f;
}
Pixel Game Bread background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3ceb0, #d0b18a, #aa6a55, #7d3b3b, #4c2f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3ceb0, #d0b18a, #aa6a55, #7d3b3b, #4c2f2f);
}
Similar color palettes
Pixel Game Bread color palette created on .