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