Caring Autumn Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caring Autumn Whispers palette

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

Caring Autumn Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #d88c3b;
}
.color-2 {
color: #b35f23;
}
.color-3 {
color: #813b1d;
}
.color-4 {
color: #b9c7a8;
}
.color-5 {
color: #f3e1b4;
}

/* CSS Variables */
:root {
--color-1: #d88c3b;
--color-2: #b35f23;
--color-3: #813b1d;
--color-4: #b9c7a8;
--color-5: #f3e1b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88c3b, #b35f23, #813b1d, #b9c7a8, #f3e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88c3b, #b35f23, #813b1d, #b9c7a8, #f3e1b4);
}

Caring Autumn Whispers color palette created on .