Whispers of Serene Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serene Twilight palette

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

Whispers of Serene Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #e0d7c8;
}
.color-2 {
color: #9fe0d6;
}
.color-3 {
color: #c6baa9;
}
.color-4 {
color: #95a4a7;
}
.color-5 {
color: #966aa9;
}

/* CSS Variables */
:root {
--color-1: #e0d7c8;
--color-2: #9fe0d6;
--color-3: #c6baa9;
--color-4: #95a4a7;
--color-5: #966aa9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0d7c8, #9fe0d6, #c6baa9, #95a4a7, #966aa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0d7c8, #9fe0d6, #c6baa9, #95a4a7, #966aa9);
}

Whispers of Serene Twilight color palette created on .