Whispers of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

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

Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d6b;
}
.color-2 {
color: #6a5c99;
}
.color-3 {
color: #8d7ca2;
}
.color-4 {
color: #a89bb0;
}
.color-5 {
color: #d2cae3;
}

/* CSS Variables */
:root {
--color-1: #4b3d6b;
--color-2: #6a5c99;
--color-3: #8d7ca2;
--color-4: #a89bb0;
--color-5: #d2cae3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6b, #6a5c99, #8d7ca2, #a89bb0, #d2cae3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6b, #6a5c99, #8d7ca2, #a89bb0, #d2cae3);
}

Whispers of Twilight color palette created on .