Whispers of Autumn Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn Ember palette

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

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

/* CSS */
.color-1 {
color: #a7988b;
}
.color-2 {
color: #8b9cac;
}
.color-3 {
color: #a77762;
}
.color-4 {
color: #76787f;
}
.color-5 {
color: #e02e31;
}

/* CSS Variables */
:root {
--color-1: #a7988b;
--color-2: #8b9cac;
--color-3: #a77762;
--color-4: #76787f;
--color-5: #e02e31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7988b, #8b9cac, #a77762, #76787f, #e02e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7988b, #8b9cac, #a77762, #76787f, #e02e31);
}

Whispers of Autumn Ember color palette created on .