Blushing Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Twilight palette

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

Blushing Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff99cc;
}
.color-3 {
color: #c880ff;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff99cc;
--color-3: #c880ff;
--color-4: #ffffff;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff99cc, #c880ff, #ffffff, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff99cc, #c880ff, #ffffff, #000000);
}

Blushing Twilight color palette created on .