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