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