Vigilante Horizon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vigilante Horizon palette
Vigilante Horizon カラーパレット CSS
/* CSS */
.color-1 {
color: #3b6c8c;
}
.color-2 {
color: #5ca5b2;
}
.color-3 {
color: #81cfc9;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e86a4a;
}
/* CSS Variables */
:root {
--color-1: #3b6c8c;
--color-2: #5ca5b2;
--color-3: #81cfc9;
--color-4: #f1c84b;
--color-5: #e86a4a;
}
Vigilante Horizon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6c8c, #5ca5b2, #81cfc9, #f1c84b, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6c8c, #5ca5b2, #81cfc9, #f1c84b, #e86a4a);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Vigilante Horizon color palette created on .