Autumn Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Whisper palette

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

Autumn Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #ba755e;
}
.color-2 {
color: #c89a8d;
}
.color-3 {
color: #d9a88c;
}
.color-4 {
color: #e3cba1;
}
.color-5 {
color: #e8b7a1;
}

/* CSS Variables */
:root {
--color-1: #ba755e;
--color-2: #c89a8d;
--color-3: #d9a88c;
--color-4: #e3cba1;
--color-5: #e8b7a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba755e, #c89a8d, #d9a88c, #e3cba1, #e8b7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba755e, #c89a8d, #d9a88c, #e3cba1, #e8b7a1);
}

Autumn Whisper color palette created on .