Blue Zodiac カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Zodiac palette

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

Blue Zodiac カラーパレット CSS

/* CSS */
.color-1 {
color: #07133b;
}
.color-2 {
color: #0a295c;
}
.color-3 {
color: #134376;
}
.color-4 {
color: #257293;
}
.color-5 {
color: #3789a4;
}

/* CSS Variables */
:root {
--color-1: #07133b;
--color-2: #0a295c;
--color-3: #134376;
--color-4: #257293;
--color-5: #3789a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #07133b, #0a295c, #134376, #257293, #3789a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #07133b, #0a295c, #134376, #257293, #3789a4);
}

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

下にスクロールして3個のダークカラーパレットを探索しましょう

Blue Zodiac color palette created on .