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