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