Celestial Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Twilight palette

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

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

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

Celestial Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #e0e6f0;
}
.color-2 {
color: #a7b5d3;
}
.color-3 {
color: #6f92c3;
}
.color-4 {
color: #3f719d;
}
.color-5 {
color: #1b4a79;
}

/* CSS Variables */
:root {
--color-1: #e0e6f0;
--color-2: #a7b5d3;
--color-3: #6f92c3;
--color-4: #3f719d;
--color-5: #1b4a79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e6f0, #a7b5d3, #6f92c3, #3f719d, #1b4a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e6f0, #a7b5d3, #6f92c3, #3f719d, #1b4a79);
}

Celestial Twilight color palette created on .