Brown with Pops of Gold カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown with Pops of Gold palette
Brown with Pops of Gold カラーパレット CSS
/* CSS */
.color-1 {
color: #c78b3d;
}
.color-2 {
color: #a4512d;
}
.color-3 {
color: #f0b14c;
}
.color-4 {
color: #5e4d3b;
}
.color-5 {
color: #d9b68c;
}
/* CSS Variables */
:root {
--color-1: #c78b3d;
--color-2: #a4512d;
--color-3: #f0b14c;
--color-4: #5e4d3b;
--color-5: #d9b68c;
}
Brown with Pops of Gold の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c78b3d, #a4512d, #f0b14c, #5e4d3b, #d9b68c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c78b3d, #a4512d, #f0b14c, #5e4d3b, #d9b68c);
}
似たようなカラーパレット
Brown with Pops of Gold color palette created on .