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