Blue Starlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Starlight palette

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

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

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

Blue Starlight カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #2e3c60;
}
.color-5 {
color: #f9cdb4;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #f6d6a7;
--color-3: #f4a462;
--color-4: #2e3c60;
--color-5: #f9cdb4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #f6d6a7, #f4a462, #2e3c60, #f9cdb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #f6d6a7, #f4a462, #2e3c60, #f9cdb4);
}

Blue Starlight color palette created on .