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