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