Blue Starlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Starlight palette

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

Blue Starlight カラーパレット CSS

/* CSS */
.color-1 {
color: #4b78a0;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #f1e5b1;
}
.color-4 {
color: #f6a6a2;
}
.color-5 {
color: #d95e5e;
}

/* CSS Variables */
:root {
--color-1: #4b78a0;
--color-2: #a2c7e7;
--color-3: #f1e5b1;
--color-4: #f6a6a2;
--color-5: #d95e5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b78a0, #a2c7e7, #f1e5b1, #f6a6a2, #d95e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b78a0, #a2c7e7, #f1e5b1, #f6a6a2, #d95e5e);
}

Blue Starlight color palette created on .