Blue Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Moon palette

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

Blue Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #e2e5f8;
}
.color-2 {
color: #b0c0e8;
}
.color-3 {
color: #809eea;
}
.color-4 {
color: #4c6eeb;
}
.color-5 {
color: #1f4c8e;
}

/* CSS Variables */
:root {
--color-1: #e2e5f8;
--color-2: #b0c0e8;
--color-3: #809eea;
--color-4: #4c6eeb;
--color-5: #1f4c8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e5f8, #b0c0e8, #809eea, #4c6eeb, #1f4c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e5f8, #b0c0e8, #809eea, #4c6eeb, #1f4c8e);
}

Blue Moon color palette created on .