Blushing Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Twilight palette

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

Blushing Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #d6b3d6;
}
.color-2 {
color: #9a5b6d;
}
.color-3 {
color: #e2bbc3;
}
.color-4 {
color: #e6a84c;
}
.color-5 {
color: #c85b76;
}

/* CSS Variables */
:root {
--color-1: #d6b3d6;
--color-2: #9a5b6d;
--color-3: #e2bbc3;
--color-4: #e6a84c;
--color-5: #c85b76;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b3d6, #9a5b6d, #e2bbc3, #e6a84c, #c85b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b3d6, #9a5b6d, #e2bbc3, #e6a84c, #c85b76);
}

Blushing Twilight color palette created on .