Lunar Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lunar Serenade palette

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

Lunar Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #10203c;
}
.color-2 {
color: #1f2e51;
}
.color-3 {
color: #2c4a68;
}
.color-4 {
color: #3a5b7e;
}
.color-5 {
color: #446883;
}

/* CSS Variables */
:root {
--color-1: #10203c;
--color-2: #1f2e51;
--color-3: #2c4a68;
--color-4: #3a5b7e;
--color-5: #446883;
}

Lunar Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10203c, #1f2e51, #2c4a68, #3a5b7e, #446883);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10203c, #1f2e51, #2c4a68, #3a5b7e, #446883);
}

Lunar Serenade color palette created on .