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