Dark Blue Astro カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Blue Astro palette

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

Dark Blue Astro カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b3f8d;
}
.color-3 {
color: #79799a;
}
.color-4 {
color: #a1b4e8;
}
.color-5 {
color: #f7e6a1;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b3f8d;
--color-3: #79799a;
--color-4: #a1b4e8;
--color-5: #f7e6a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b3f8d, #79799a, #a1b4e8, #f7e6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b3f8d, #79799a, #a1b4e8, #f7e6a1);
}

Dark Blue Astro color palette created on .