Gourmet Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gourmet Elegance palette
Gourmet Elegance カラーパレット (PNG) をダウンロード
Gourmet Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #d4ae7d;
}
.color-2 {
color: #e1bf6b;
}
.color-3 {
color: #f4e2b3;
}
.color-4 {
color: #beaee0;
}
.color-5 {
color: #7c6b9e;
}
/* CSS Variables */
:root {
--color-1: #d4ae7d;
--color-2: #e1bf6b;
--color-3: #f4e2b3;
--color-4: #beaee0;
--color-5: #7c6b9e;
}
Gourmet Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4ae7d, #e1bf6b, #f4e2b3, #beaee0, #7c6b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4ae7d, #e1bf6b, #f4e2b3, #beaee0, #7c6b9e);
}
似たようなカラーパレット
Gourmet Elegance color palette created on .