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: #f9e3e1;
}
.color-2 {
color: #f4c8c3;
}
.color-3 {
color: #f1a7a2;
}
.color-4 {
color: #ed7f7d;
}
.color-5 {
color: #e84a4a;
}
/* CSS Variables */
:root {
--color-1: #f9e3e1;
--color-2: #f4c8c3;
--color-3: #f1a7a2;
--color-4: #ed7f7d;
--color-5: #e84a4a;
}
Shades of Chablis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e3e1, #f4c8c3, #f1a7a2, #ed7f7d, #e84a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e3e1, #f4c8c3, #f1a7a2, #ed7f7d, #e84a4a);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Shades of Chablis color palette created on .