Purple Astro カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Astro palette

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

Purple Astro カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4b3e6f;
}
.color-3 {
color: #8c6f9b;
}
.color-4 {
color: #d0a2d7;
}
.color-5 {
color: #f0b2c2;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4b3e6f;
--color-3: #8c6f9b;
--color-4: #d0a2d7;
--color-5: #f0b2c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4b3e6f, #8c6f9b, #d0a2d7, #f0b2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4b3e6f, #8c6f9b, #d0a2d7, #f0b2c2);
}

Purple Astro color palette created on .