Blushing Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Twilight palette

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

Blushing Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #e09ebe;
}
.color-2 {
color: #d68abd;
}
.color-3 {
color: #c46eb7;
}
.color-4 {
color: #b1599f;
}
.color-5 {
color: #913b6a;
}

/* CSS Variables */
:root {
--color-1: #e09ebe;
--color-2: #d68abd;
--color-3: #c46eb7;
--color-4: #b1599f;
--color-5: #913b6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09ebe, #d68abd, #c46eb7, #b1599f, #913b6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09ebe, #d68abd, #c46eb7, #b1599f, #913b6a);
}

Blushing Twilight color palette created on .