Celestia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestia palette

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

Celestia カラー パレット PNG 画像

Download celestia color palette PNG image (landscape)
Download celestia color palette PNG image (square)

Celestia カラーパレット CSS

/* CSS */
.color-1 {
color: #a1d5e8;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffcd29;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #a1d5e8;
--color-2: #f6b83c;
--color-3: #ff6e61;
--color-4: #ffcd29;
--color-5: #ff9d00;
}

Celestia の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d5e8, #f6b83c, #ff6e61, #ffcd29, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d5e8, #f6b83c, #ff6e61, #ffcd29, #ff9d00);
}

Celestia color palette created on .