"Whispers of Dusk" カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with "Whispers of Dusk" palette

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

"Whispers of Dusk" カラーパレット CSS

/* CSS */
.color-1 {
color: #cac8cb;
}
.color-2 {
color: #a39995;
}
.color-3 {
color: #867265;
}
.color-4 {
color: #594f4f;
}
.color-5 {
color: #27538b;
}

/* CSS Variables */
:root {
--color-1: #cac8cb;
--color-2: #a39995;
--color-3: #867265;
--color-4: #594f4f;
--color-5: #27538b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cac8cb, #a39995, #867265, #594f4f, #27538b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cac8cb, #a39995, #867265, #594f4f, #27538b);
}

似たようなカラーパレット

下にスクロールして4個のSoft grayカラーパレットを探索しましょう

"Whispers of Dusk" color palette created on .