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