Blue Moonlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Moonlight palette

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

Blue Moonlight カラーパレット CSS

/* CSS */
.color-1 {
color: #cfe4f7;
}
.color-2 {
color: #aac2e9;
}
.color-3 {
color: #7391e2;
}
.color-4 {
color: #4a7cba;
}
.color-5 {
color: #2b5991;
}

/* CSS Variables */
:root {
--color-1: #cfe4f7;
--color-2: #aac2e9;
--color-3: #7391e2;
--color-4: #4a7cba;
--color-5: #2b5991;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfe4f7, #aac2e9, #7391e2, #4a7cba, #2b5991);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfe4f7, #aac2e9, #7391e2, #4a7cba, #2b5991);
}

Blue Moonlight color palette created on .