Astronomy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Astronomy palette

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

Astronomy カラー パレット PNG 画像

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

Astronomy カラーパレット CSS

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #3f6c9d;
}
.color-3 {
color: #6da0c5;
}
.color-4 {
color: #b3d3e0;
}
.color-5 {
color: #f0e1db;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #3f6c9d;
--color-3: #6da0c5;
--color-4: #b3d3e0;
--color-5: #f0e1db;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #3f6c9d, #6da0c5, #b3d3e0, #f0e1db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #3f6c9d, #6da0c5, #b3d3e0, #f0e1db);
}

Astronomy color palette created on .