Whispers of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

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

Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #4b2c54;
}
.color-2 {
color: #704d7a;
}
.color-3 {
color: #9c7c9b;
}
.color-4 {
color: #c1a4b4;
}
.color-5 {
color: #e7cbd4;
}

/* CSS Variables */
:root {
--color-1: #4b2c54;
--color-2: #704d7a;
--color-3: #9c7c9b;
--color-4: #c1a4b4;
--color-5: #e7cbd4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c54, #704d7a, #9c7c9b, #c1a4b4, #e7cbd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c54, #704d7a, #9c7c9b, #c1a4b4, #e7cbd4);
}

Whispers of Twilight color palette created on .