Whispers of Autumn Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn Breeze palette

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

Whispers of Autumn Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #d6f0e3;
}
.color-2 {
color: #ecc2a1;
}
.color-3 {
color: #f5b080;
}
.color-4 {
color: #c38969;
}
.color-5 {
color: #7f8890;
}

/* CSS Variables */
:root {
--color-1: #d6f0e3;
--color-2: #ecc2a1;
--color-3: #f5b080;
--color-4: #c38969;
--color-5: #7f8890;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6f0e3, #ecc2a1, #f5b080, #c38969, #7f8890);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6f0e3, #ecc2a1, #f5b080, #c38969, #7f8890);
}

Whispers of Autumn Breeze color palette created on .