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