Star and Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Star and Moon palette

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

Star and Moon カラー パレット PNG 画像

Download star and moon color palette PNG image (landscape)
Download star and moon color palette PNG image (square)

Star and Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1f4b;
}
.color-2 {
color: #4b4e7c;
}
.color-3 {
color: #7b7e9d;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f6d38e;
}

/* CSS Variables */
:root {
--color-1: #1b1f4b;
--color-2: #4b4e7c;
--color-3: #7b7e9d;
--color-4: #f0e78e;
--color-5: #f6d38e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f4b, #4b4e7c, #7b7e9d, #f0e78e, #f6d38e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f4b, #4b4e7c, #7b7e9d, #f0e78e, #f6d38e);
}

Star and Moon color palette created on .