Twilight Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Whisper palette

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

Twilight Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3e3e7a;
}
.color-3 {
color: #6a6a9a;
}
.color-4 {
color: #a5a55f;
}
.color-5 {
color: #d96d6d;
}

/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3e3e7a;
--color-3: #6a6a9a;
--color-4: #a5a55f;
--color-5: #d96d6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3e3e7a, #6a6a9a, #a5a55f, #d96d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3e3e7a, #6a6a9a, #a5a55f, #d96d6d);
}

Twilight Whisper color palette created on .