Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f2b036;
}
.color-3 {
color: #f7691d;
}
.color-4 {
color: #e0528b;
}
.color-5 {
color: #a13a89;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f2b036;
--color-3: #f7691d;
--color-4: #e0528b;
--color-5: #a13a89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f2b036, #f7691d, #e0528b, #a13a89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f2b036, #f7691d, #e0528b, #a13a89);
}

Shades of Green color palette created on .