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