Lunar Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lunar Serenade palette

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

Lunar Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #5eb5e4;
}
.color-3 {
color: #a3d1e0;
}
.color-4 {
color: #f6f9f9;
}
.color-5 {
color: #eaf6eb;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5eb5e4;
--color-3: #a3d1e0;
--color-4: #f6f9f9;
--color-5: #eaf6eb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5eb5e4, #a3d1e0, #f6f9f9, #eaf6eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5eb5e4, #a3d1e0, #f6f9f9, #eaf6eb);
}

Lunar Serenade color palette created on .