Whispers of Ash カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Ash palette

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

Whispers of Ash カラーパレット CSS

/* CSS */
.color-1 {
color: #aeb8c1;
}
.color-2 {
color: #e2e6e9;
}
.color-3 {
color: #bdc9cc;
}
.color-4 {
color: #8897a0;
}
.color-5 {
color: #4f5d64;
}

/* CSS Variables */
:root {
--color-1: #aeb8c1;
--color-2: #e2e6e9;
--color-3: #bdc9cc;
--color-4: #8897a0;
--color-5: #4f5d64;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aeb8c1, #e2e6e9, #bdc9cc, #8897a0, #4f5d64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aeb8c1, #e2e6e9, #bdc9cc, #8897a0, #4f5d64);
}

Whispers of Ash color palette created on .