Gourmet Gluttony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gourmet Gluttony palette
Gourmet Gluttony カラーパレット CSS
/* CSS */
.color-1 {
color: #ed8026;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f7e350;
}
.color-4 {
color: #9ddc6f;
}
.color-5 {
color: #409c89;
}
/* CSS Variables */
:root {
--color-1: #ed8026;
--color-2: #f0a800;
--color-3: #f7e350;
--color-4: #9ddc6f;
--color-5: #409c89;
}
Gourmet Gluttony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed8026, #f0a800, #f7e350, #9ddc6f, #409c89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed8026, #f0a800, #f7e350, #9ddc6f, #409c89);
}
似たようなカラーパレット
Gourmet Gluttony color palette created on .