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