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