Moon Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moon Dawn palette

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

Moon Dawn カラー パレット PNG 画像

Download moon dawn color palette PNG image (landscape)
Download moon dawn color palette PNG image (square)

Moon Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #d4e6f2;
}
.color-2 {
color: #a2c2e6;
}
.color-3 {
color: #4b8cbe;
}
.color-4 {
color: #2a5a8d;
}
.color-5 {
color: #1e396b;
}

/* CSS Variables */
:root {
--color-1: #d4e6f2;
--color-2: #a2c2e6;
--color-3: #4b8cbe;
--color-4: #2a5a8d;
--color-5: #1e396b;
}

Moon Dawn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e6f2, #a2c2e6, #4b8cbe, #2a5a8d, #1e396b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e6f2, #a2c2e6, #4b8cbe, #2a5a8d, #1e396b);
}

Moon Dawn color palette created on .