Verdant Haven カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Verdant Haven palette
Verdant Haven カラーパレット CSS
/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #4a6e2b;
}
.color-3 {
color: #3a5c24;
}
.color-4 {
color: #a6c856;
}
.color-5 {
color: #d4e6b3;
}
/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #4a6e2b;
--color-3: #3a5c24;
--color-4: #a6c856;
--color-5: #d4e6b3;
}
Verdant Haven の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #4a6e2b, #3a5c24, #a6c856, #d4e6b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #4a6e2b, #3a5c24, #a6c856, #d4e6b3);
}
似たようなカラーパレット
下にスクロールして300+個のアーシーカラーパレットを探索しましょう
Verdant Haven color palette created on .