Celestial Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Twilight palette

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

Celestial Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1f4a;
}
.color-2 {
color: #2b2e6e;
}
.color-3 {
color: #4d5b93;
}
.color-4 {
color: #718bbc;
}
.color-5 {
color: #a2c4e7;
}

/* CSS Variables */
:root {
--color-1: #1c1f4a;
--color-2: #2b2e6e;
--color-3: #4d5b93;
--color-4: #718bbc;
--color-5: #a2c4e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f4a, #2b2e6e, #4d5b93, #718bbc, #a2c4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f4a, #2b2e6e, #4d5b93, #718bbc, #a2c4e7);
}

Celestial Twilight color palette created on .