Whispers of Autumn Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn Blossoms palette

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

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

/* CSS */
.color-1 {
color: #f5dec1;
}
.color-2 {
color: #7c947a;
}
.color-3 {
color: #5c6266;
}
.color-4 {
color: #a2345e;
}
.color-5 {
color: #b12b60;
}

/* CSS Variables */
:root {
--color-1: #f5dec1;
--color-2: #7c947a;
--color-3: #5c6266;
--color-4: #a2345e;
--color-5: #b12b60;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5dec1, #7c947a, #5c6266, #a2345e, #b12b60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5dec1, #7c947a, #5c6266, #a2345e, #b12b60);
}

Whispers of Autumn Blossoms color palette created on .