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