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