Whispers of Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

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

Whispers of Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #b1c6dd;
}
.color-2 {
color: #8b9598;
}
.color-3 {
color: #826c64;
}
.color-4 {
color: #2f2d2f;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #b1c6dd;
--color-2: #8b9598;
--color-3: #826c64;
--color-4: #2f2d2f;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c6dd, #8b9598, #826c64, #2f2d2f, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c6dd, #8b9598, #826c64, #2f2d2f, #000000);
}

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

下にスクロールして1個のSky blueカラーパレットを探索しましょう

Whispers of Dusk color palette created on .