Earthy Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Whispers palette

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

Earthy Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #795939;
}
.color-2 {
color: #a66e3f;
}
.color-3 {
color: #c99c4f;
}
.color-4 {
color: #e8c86d;
}
.color-5 {
color: #f1e8a2;
}

/* CSS Variables */
:root {
--color-1: #795939;
--color-2: #a66e3f;
--color-3: #c99c4f;
--color-4: #e8c86d;
--color-5: #f1e8a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795939, #a66e3f, #c99c4f, #e8c86d, #f1e8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795939, #a66e3f, #c99c4f, #e8c86d, #f1e8a2);
}

Earthy Whispers color palette created on .