Lunar カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lunar palette

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

Lunar カラー パレット PNG 画像

Download lunar color palette PNG image (landscape)
Download lunar color palette PNG image (square)

Lunar カラーパレット CSS

/* CSS */
.color-1 {
color: #c1c1e1;
}
.color-2 {
color: #a3b9e0;
}
.color-3 {
color: #6d8ce9;
}
.color-4 {
color: #4a75d9;
}
.color-5 {
color: #2b5fbf;
}

/* CSS Variables */
:root {
--color-1: #c1c1e1;
--color-2: #a3b9e0;
--color-3: #6d8ce9;
--color-4: #4a75d9;
--color-5: #2b5fbf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c1e1, #a3b9e0, #6d8ce9, #4a75d9, #2b5fbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c1e1, #a3b9e0, #6d8ce9, #4a75d9, #2b5fbf);
}

Lunar color palette created on .