Shades of Chablis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Chablis palette
Shades of Chablis color palette CSS
/* CSS */
.color-1 {
color: #f8eeec;
}
.color-2 {
color: #f2c5b5;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #e1a78e;
}
.color-5 {
color: #d58c7b;
}
/* CSS Variables */
:root {
--color-1: #f8eeec;
--color-2: #f2c5b5;
--color-3: #e9b79f;
--color-4: #e1a78e;
--color-5: #d58c7b;
}
Shades of Chablis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8eeec, #f2c5b5, #e9b79f, #e1a78e, #d58c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8eeec, #f2c5b5, #e9b79f, #e1a78e, #d58c7b);
}
Similar color palettes
Shades of Chablis color palette created on .