Whispers of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

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

Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #a2b3d2;
}
.color-2 {
color: #b9c7df;
}
.color-3 {
color: #d1d9eb;
}
.color-4 {
color: #e7eaf3;
}
.color-5 {
color: #f5f7ff;
}

/* CSS Variables */
:root {
--color-1: #a2b3d2;
--color-2: #b9c7df;
--color-3: #d1d9eb;
--color-4: #e7eaf3;
--color-5: #f5f7ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b3d2, #b9c7df, #d1d9eb, #e7eaf3, #f5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b3d2, #b9c7df, #d1d9eb, #e7eaf3, #f5f7ff);
}

Whispers of Twilight color palette created on .