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