Shades of Chablis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Chablis palette
Shades of Chablis カラーパレット 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 の背景のグラデーション 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);
}
似たようなカラーパレット
Shades of Chablis color palette created on .