Celestial Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dawn palette

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

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

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

Celestial Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1d4c;
}
.color-2 {
color: #3f5c92;
}
.color-3 {
color: #77a1c5;
}
.color-4 {
color: #b7e3f0;
}
.color-5 {
color: #ffcd29;
}

/* CSS Variables */
:root {
--color-1: #1a1d4c;
--color-2: #3f5c92;
--color-3: #77a1c5;
--color-4: #b7e3f0;
--color-5: #ffcd29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d4c, #3f5c92, #77a1c5, #b7e3f0, #ffcd29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d4c, #3f5c92, #77a1c5, #b7e3f0, #ffcd29);
}

Celestial Dawn color palette created on .