Blue Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Twilight palette

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

Blue Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #2d395c;
}
.color-2 {
color: #5a6f8c;
}
.color-3 {
color: #7a9bb8;
}
.color-4 {
color: #a9c5e5;
}
.color-5 {
color: #f1e1d5;
}

/* CSS Variables */
:root {
--color-1: #2d395c;
--color-2: #5a6f8c;
--color-3: #7a9bb8;
--color-4: #a9c5e5;
--color-5: #f1e1d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d395c, #5a6f8c, #7a9bb8, #a9c5e5, #f1e1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d395c, #5a6f8c, #7a9bb8, #a9c5e5, #f1e1d5);
}

似たようなカラーパレット

Blue Twilight color palette created on .