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