Blue Astro カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Astro palette

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

Blue Astro カラーパレット CSS

/* CSS */
.color-1 {
color: #3c4e8b;
}
.color-2 {
color: #5b7d9f;
}
.color-3 {
color: #8bb7d5;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #e85e5e;
}

/* CSS Variables */
:root {
--color-1: #3c4e8b;
--color-2: #5b7d9f;
--color-3: #8bb7d5;
--color-4: #f1b74b;
--color-5: #e85e5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c4e8b, #5b7d9f, #8bb7d5, #f1b74b, #e85e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c4e8b, #5b7d9f, #8bb7d5, #f1b74b, #e85e5e);
}

Blue Astro color palette created on .