Whispers of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

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

Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #f5eaf6;
}
.color-2 {
color: #f2d4e9;
}
.color-3 {
color: #c7c9ef;
}
.color-4 {
color: #edabd5;
}
.color-5 {
color: #b597d8;
}

/* CSS Variables */
:root {
--color-1: #f5eaf6;
--color-2: #f2d4e9;
--color-3: #c7c9ef;
--color-4: #edabd5;
--color-5: #b597d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5eaf6, #f2d4e9, #c7c9ef, #edabd5, #b597d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5eaf6, #f2d4e9, #c7c9ef, #edabd5, #b597d8);
}

Whispers of Twilight color palette created on .