Cheese Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cheese palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cheese Color Palette (PNG)
Cheese color palette CSS
/* CSS */
.color-1 {
color: #fde9ce;
}
.color-2 {
color: #fbdbbc;
}
.color-3 {
color: #fac2ad;
}
.color-4 {
color: #f49a9f;
}
.color-5 {
color: #e79179;
}
/* CSS Variables */
:root {
--color-1: #fde9ce;
--color-2: #fbdbbc;
--color-3: #fac2ad;
--color-4: #f49a9f;
--color-5: #e79179;
}
Cheese background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde9ce, #fbdbbc, #fac2ad, #f49a9f, #e79179);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde9ce, #fbdbbc, #fac2ad, #f49a9f, #e79179);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Cheese color palette created on .