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