Whispering Autumn Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Autumn Hues palette

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

Whispering Autumn Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #e1b5a3;
}
.color-3 {
color: #c89b8d;
}
.color-4 {
color: #a86b6d;
}
.color-5 {
color: #8d4f4e;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #e1b5a3;
--color-3: #c89b8d;
--color-4: #a86b6d;
--color-5: #8d4f4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #e1b5a3, #c89b8d, #a86b6d, #8d4f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #e1b5a3, #c89b8d, #a86b6d, #8d4f4e);
}

Whispering Autumn Hues color palette created on .