Autumn Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Whisper palette

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

Autumn Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #a9c8a3;
}
.color-2 {
color: #e4d1a5;
}
.color-3 {
color: #f5b85b;
}
.color-4 {
color: #e57e3e;
}
.color-5 {
color: #c94b3b;
}

/* CSS Variables */
:root {
--color-1: #a9c8a3;
--color-2: #e4d1a5;
--color-3: #f5b85b;
--color-4: #e57e3e;
--color-5: #c94b3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8a3, #e4d1a5, #f5b85b, #e57e3e, #c94b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8a3, #e4d1a5, #f5b85b, #e57e3e, #c94b3b);
}

Autumn Whisper color palette created on .