Crimson Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Twilight palette

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

Crimson Twilight カラー パレット PNG 画像

Download crimson twilight color palette PNG image (landscape)
Download crimson twilight color palette PNG image (square)

Crimson Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #b93c81;
}
.color-2 {
color: #a62b6b;
}
.color-3 {
color: #7a2a7e;
}
.color-4 {
color: #4f1d81;
}
.color-5 {
color: #2d0f5c;
}

/* CSS Variables */
:root {
--color-1: #b93c81;
--color-2: #a62b6b;
--color-3: #7a2a7e;
--color-4: #4f1d81;
--color-5: #2d0f5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b93c81, #a62b6b, #7a2a7e, #4f1d81, #2d0f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b93c81, #a62b6b, #7a2a7e, #4f1d81, #2d0f5c);
}

Crimson Twilight color palette created on .