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