Blue Moonwatcher カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Moonwatcher palette

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

Blue Moonwatcher カラーパレット CSS

/* CSS */
.color-1 {
color: #3b4b78;
}
.color-2 {
color: #698dab;
}
.color-3 {
color: #a1c5e2;
}
.color-4 {
color: #f7e1b6;
}
.color-5 {
color: #f9c4b4;
}

/* CSS Variables */
:root {
--color-1: #3b4b78;
--color-2: #698dab;
--color-3: #a1c5e2;
--color-4: #f7e1b6;
--color-5: #f9c4b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4b78, #698dab, #a1c5e2, #f7e1b6, #f9c4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4b78, #698dab, #a1c5e2, #f7e1b6, #f9c4b4);
}

Blue Moonwatcher color palette created on .