Whispers of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

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

Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #5b6b86;
}
.color-3 {
color: #7aa8a2;
}
.color-4 {
color: #a2d1d8;
}
.color-5 {
color: #e9b4c6;
}

/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #5b6b86;
--color-3: #7aa8a2;
--color-4: #a2d1d8;
--color-5: #e9b4c6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #5b6b86, #7aa8a2, #a2d1d8, #e9b4c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #5b6b86, #7aa8a2, #a2d1d8, #e9b4c6);
}

Whispers of Twilight color palette created on .