Dark Astronomy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Astronomy palette
Dark Astronomy カラーパレット CSS
/* CSS */
.color-1 {
color: #1b1d2d;
}
.color-2 {
color: #4b4e68;
}
.color-3 {
color: #6b758e;
}
.color-4 {
color: #8e9abe;
}
.color-5 {
color: #e2e9e8;
}
/* CSS Variables */
:root {
--color-1: #1b1d2d;
--color-2: #4b4e68;
--color-3: #6b758e;
--color-4: #8e9abe;
--color-5: #e2e9e8;
}
Dark Astronomy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1d2d, #4b4e68, #6b758e, #8e9abe, #e2e9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1d2d, #4b4e68, #6b758e, #8e9abe, #e2e9e8);
}
似たようなカラーパレット
下にスクロールして9個のダークカラーパレットを探索しましょう
Dark Astronomy color palette created on .