Purple Astro カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Astro palette

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

Purple Astro カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2e60;
}
.color-2 {
color: #5b4e8d;
}
.color-3 {
color: #8071cc;
}
.color-4 {
color: #9ea5e0;
}
.color-5 {
color: #f2d069;
}

/* CSS Variables */
:root {
--color-1: #3c2e60;
--color-2: #5b4e8d;
--color-3: #8071cc;
--color-4: #9ea5e0;
--color-5: #f2d069;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2e60, #5b4e8d, #8071cc, #9ea5e0, #f2d069);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2e60, #5b4e8d, #8071cc, #9ea5e0, #f2d069);
}

Purple Astro color palette created on .