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