Golden Furniture カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Furniture palette
Golden Furniture カラーパレット CSS
/* CSS */
.color-1 {
color: #c4a664;
}
.color-2 {
color: #d9b76d;
}
.color-3 {
color: #e5c78b;
}
.color-4 {
color: #f2e6a1;
}
.color-5 {
color: #f9f0ae;
}
/* CSS Variables */
:root {
--color-1: #c4a664;
--color-2: #d9b76d;
--color-3: #e5c78b;
--color-4: #f2e6a1;
--color-5: #f9f0ae;
}
Golden Furniture の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a664, #d9b76d, #e5c78b, #f2e6a1, #f9f0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a664, #d9b76d, #e5c78b, #f2e6a1, #f9f0ae);
}
似たようなカラーパレット
下にスクロールして100+個のアンバーカラーパレットを探索しましょう
Golden Furniture color palette created on .