Moonlight Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moonlight Blue palette

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

Moonlight Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #dbe6f0;
}
.color-2 {
color: #a4c8e5;
}
.color-3 {
color: #6f9cc3;
}
.color-4 {
color: #2a7b98;
}
.color-5 {
color: #1e4d57;
}

/* CSS Variables */
:root {
--color-1: #dbe6f0;
--color-2: #a4c8e5;
--color-3: #6f9cc3;
--color-4: #2a7b98;
--color-5: #1e4d57;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe6f0, #a4c8e5, #6f9cc3, #2a7b98, #1e4d57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe6f0, #a4c8e5, #6f9cc3, #2a7b98, #1e4d57);
}

Moonlight Blue color palette created on .