Cheese Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cheese palette

Share this palette to:

Download Cheese Color Palette (PNG)

Download cheese color palette PNG image (landscape)
Download cheese color palette PNG image (square)

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);
}

Cheese color palette created on .