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