Blushing Chablis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Chablis palette

Share this palette to:

Blushing Chablis color palette CSS

/* CSS */
.color-1 {
color: #f9e1dc;
}
.color-2 {
color: #f5c2b2;
}
.color-3 {
color: #f19b8e;
}
.color-4 {
color: #e86c4a;
}
.color-5 {
color: #da3c2b;
}

/* CSS Variables */
:root {
--color-1: #f9e1dc;
--color-2: #f5c2b2;
--color-3: #f19b8e;
--color-4: #e86c4a;
--color-5: #da3c2b;
}

Blushing Chablis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e1dc, #f5c2b2, #f19b8e, #e86c4a, #da3c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e1dc, #f5c2b2, #f19b8e, #e86c4a, #da3c2b);
}

Blushing Chablis color palette created on .