Blue Astro カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Astro palette

このパレットを共有する先:

Blue Astro カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3b76;
}
.color-2 {
color: #3b5d9b;
}
.color-3 {
color: #598cb1;
}
.color-4 {
color: #76b4d5;
}
.color-5 {
color: #a8e1f0;
}

/* CSS Variables */
:root {
--color-1: #1e3b76;
--color-2: #3b5d9b;
--color-3: #598cb1;
--color-4: #76b4d5;
--color-5: #a8e1f0;
}

Blue Astro の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b76, #3b5d9b, #598cb1, #76b4d5, #a8e1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b76, #3b5d9b, #598cb1, #76b4d5, #a8e1f0);
}

Blue Astro color palette created on .