Lunar Rings カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lunar Rings palette

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

Lunar Rings カラー パレット PNG 画像

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

Lunar Rings カラーパレット CSS

/* CSS */
.color-1 {
color: #d8e9f3;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #6fa3c3;
}
.color-4 {
color: #3d7c99;
}
.color-5 {
color: #2c4f6d;
}

/* CSS Variables */
:root {
--color-1: #d8e9f3;
--color-2: #a3c7e0;
--color-3: #6fa3c3;
--color-4: #3d7c99;
--color-5: #2c4f6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e9f3, #a3c7e0, #6fa3c3, #3d7c99, #2c4f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e9f3, #a3c7e0, #6fa3c3, #3d7c99, #2c4f6d);
}

Lunar Rings color palette created on .