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