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