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