Blue Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Moon palette

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

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

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

Blue Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #3b4c91;
}
.color-2 {
color: #6d7fd0;
}
.color-3 {
color: #9fb2e0;
}
.color-4 {
color: #f1e0b6;
}
.color-5 {
color: #f5bfb2;
}

/* CSS Variables */
:root {
--color-1: #3b4c91;
--color-2: #6d7fd0;
--color-3: #9fb2e0;
--color-4: #f1e0b6;
--color-5: #f5bfb2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4c91, #6d7fd0, #9fb2e0, #f1e0b6, #f5bfb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4c91, #6d7fd0, #9fb2e0, #f1e0b6, #f5bfb2);
}

Blue Moon color palette created on .