Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

このパレットを共有する先:

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #6dbf69;
}
.color-3 {
color: #a3d68f;
}
.color-4 {
color: #e7ebad;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6dbf69;
--color-3: #a3d68f;
--color-4: #e7ebad;
--color-5: #f5a524;
}

Shades of Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6dbf69, #a3d68f, #e7ebad, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6dbf69, #a3d68f, #e7ebad, #f5a524);
}

Shades of Green color palette created on .