Blue Astro カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Astro palette
Blue Astro カラーパレット CSS
/* CSS */
.color-1 {
color: #29191f;
}
.color-2 {
color: #643a3b;
}
.color-3 {
color: #955b74;
}
.color-4 {
color: #c8bbd3;
}
.color-5 {
color: #f59300;
}
/* CSS Variables */
:root {
--color-1: #29191f;
--color-2: #643a3b;
--color-3: #955b74;
--color-4: #c8bbd3;
--color-5: #f59300;
}
Blue Astro の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29191f, #643a3b, #955b74, #c8bbd3, #f59300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29191f, #643a3b, #955b74, #c8bbd3, #f59300);
}
似たようなカラーパレット
Blue Astro color palette created on .