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