Whispering Autumn Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Autumn Skies palette

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

Whispering Autumn Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #9fc1db;
}
.color-2 {
color: #bba007;
}
.color-3 {
color: #7e93a5;
}
.color-4 {
color: #9d8953;
}
.color-5 {
color: #6b879e;
}

/* CSS Variables */
:root {
--color-1: #9fc1db;
--color-2: #bba007;
--color-3: #7e93a5;
--color-4: #9d8953;
--color-5: #6b879e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc1db, #bba007, #7e93a5, #9d8953, #6b879e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc1db, #bba007, #7e93a5, #9d8953, #6b879e);
}

Whispering Autumn Skies color palette created on .