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