Valorant Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Valorant Vibes palette
Valorant Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #2a9d90;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #f6bc60;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d72839;
}
/* CSS Variables */
:root {
--color-1: #2a9d90;
--color-2: #f0a400;
--color-3: #f6bc60;
--color-4: #e76e50;
--color-5: #d72839;
}
Valorant Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9d90, #f0a400, #f6bc60, #e76e50, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9d90, #f0a400, #f6bc60, #e76e50, #d72839);
}
似たようなカラーパレット
Valorant Vibes color palette created on .