Dull Moonlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dull Moonlight palette

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

Dull Moonlight カラー パレット PNG 画像

Download dull moonlight color palette PNG image (landscape)
Download dull moonlight color palette PNG image (square)

Dull Moonlight カラーパレット CSS

/* CSS */
.color-1 {
color: #c1d2d7;
}
.color-2 {
color: #a2b6c8;
}
.color-3 {
color: #7899b5;
}
.color-4 {
color: #4d8bac;
}
.color-5 {
color: #2d6d8f;
}

/* CSS Variables */
:root {
--color-1: #c1d2d7;
--color-2: #a2b6c8;
--color-3: #7899b5;
--color-4: #4d8bac;
--color-5: #2d6d8f;
}

Dull Moonlight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1d2d7, #a2b6c8, #7899b5, #4d8bac, #2d6d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1d2d7, #a2b6c8, #7899b5, #4d8bac, #2d6d8f);
}

Dull Moonlight color palette created on .