Whispers of Autumn Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn Dreams palette

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

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

/* CSS */
.color-1 {
color: #f0dccb;
}
.color-2 {
color: #edb678;
}
.color-3 {
color: #b8a8b4;
}
.color-4 {
color: #b97264;
}
.color-5 {
color: #7380a5;
}

/* CSS Variables */
:root {
--color-1: #f0dccb;
--color-2: #edb678;
--color-3: #b8a8b4;
--color-4: #b97264;
--color-5: #7380a5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0dccb, #edb678, #b8a8b4, #b97264, #7380a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0dccb, #edb678, #b8a8b4, #b97264, #7380a5);
}

Whispers of Autumn Dreams color palette created on .