Purple Astro カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Astro palette
Purple Astro カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #3a2c6d;
}
.color-3 {
color: #6a4e8d;
}
.color-4 {
color: #9b6eb9;
}
.color-5 {
color: #d2a3e6;
}
/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #3a2c6d;
--color-3: #6a4e8d;
--color-4: #9b6eb9;
--color-5: #d2a3e6;
}
Purple Astro の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #3a2c6d, #6a4e8d, #9b6eb9, #d2a3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #3a2c6d, #6a4e8d, #9b6eb9, #d2a3e6);
}
似たようなカラーパレット
Purple Astro color palette created on .