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