Wheat Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wheat Shades palette

このパレットを共有する先:

Wheat Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f5deb2;
}
.color-2 {
color: #e4b99b;
}
.color-3 {
color: #d0996c;
}
.color-4 {
color: #c96c4f;
}
.color-5 {
color: #b04d27;
}

/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #e4b99b;
--color-3: #d0996c;
--color-4: #c96c4f;
--color-5: #b04d27;
}

Wheat Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #e4b99b, #d0996c, #c96c4f, #b04d27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #e4b99b, #d0996c, #c96c4f, #b04d27);
}

Wheat Shades color palette created on .