Starlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Starlight palette

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

Starlight カラーパレット CSS

/* CSS */
.color-1 {
color: #29385b;
}
.color-2 {
color: #69719b;
}
.color-3 {
color: #b7a0c5;
}
.color-4 {
color: #f3dc82;
}
.color-5 {
color: #f7bbbf;
}

/* CSS Variables */
:root {
--color-1: #29385b;
--color-2: #69719b;
--color-3: #b7a0c5;
--color-4: #f3dc82;
--color-5: #f7bbbf;
}

Starlight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29385b, #69719b, #b7a0c5, #f3dc82, #f7bbbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29385b, #69719b, #b7a0c5, #f3dc82, #f7bbbf);
}

Starlight color palette created on .