Earthy Whisperings カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Whisperings palette

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

Earthy Whisperings カラーパレット CSS

/* CSS */
.color-1 {
color: #f6eed5;
}
.color-2 {
color: #b19e7c;
}
.color-3 {
color: #6b5b47;
}
.color-4 {
color: #261f17;
}
.color-5 {
color: #17120c;
}

/* CSS Variables */
:root {
--color-1: #f6eed5;
--color-2: #b19e7c;
--color-3: #6b5b47;
--color-4: #261f17;
--color-5: #17120c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6eed5, #b19e7c, #6b5b47, #261f17, #17120c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6eed5, #b19e7c, #6b5b47, #261f17, #17120c);
}

Earthy Whisperings color palette created on .