Earthy Whispering Woods カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Whispering Woods palette

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

Earthy Whispering Woods カラーパレット CSS

/* CSS */
.color-1 {
color: #c6bda9;
}
.color-2 {
color: #a49579;
}
.color-3 {
color: #857657;
}
.color-4 {
color: #686040;
}
.color-5 {
color: #56542e;
}

/* CSS Variables */
:root {
--color-1: #c6bda9;
--color-2: #a49579;
--color-3: #857657;
--color-4: #686040;
--color-5: #56542e;
}

Earthy Whispering Woods の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6bda9, #a49579, #857657, #686040, #56542e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6bda9, #a49579, #857657, #686040, #56542e);
}

Earthy Whispering Woods color palette created on .