ZACK's Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with ZACK's Vibes palette
ZACK's Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #1e507b;
}
.color-2 {
color: #3b8d9b;
}
.color-3 {
color: #4ebc8e;
}
.color-4 {
color: #f1b341;
}
.color-5 {
color: #d63f2e;
}
/* CSS Variables */
:root {
--color-1: #1e507b;
--color-2: #3b8d9b;
--color-3: #4ebc8e;
--color-4: #f1b341;
--color-5: #d63f2e;
}
ZACK's Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e507b, #3b8d9b, #4ebc8e, #f1b341, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e507b, #3b8d9b, #4ebc8e, #f1b341, #d63f2e);
}
似たようなカラーパレット
下にスクロールして100+個の青カラーパレットを探索しましょう
ZACK's Vibes color palette created on .