Chablis Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Chablis Delight palette
Chablis Delight カラー パレット PNG 画像
Chablis Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #f8e5e2;
}
.color-2 {
color: #f5b9b2;
}
.color-3 {
color: #f2888d;
}
.color-4 {
color: #ed5a6b;
}
.color-5 {
color: #e13d53;
}
/* CSS Variables */
:root {
--color-1: #f8e5e2;
--color-2: #f5b9b2;
--color-3: #f2888d;
--color-4: #ed5a6b;
--color-5: #e13d53;
}
Chablis Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5e2, #f5b9b2, #f2888d, #ed5a6b, #e13d53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5e2, #f5b9b2, #f2888d, #ed5a6b, #e13d53);
}
似たようなカラーパレット
Chablis Delight color palette created on .