Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #9db72a;
}
.color-2 {
color: #b1e198;
}
.color-3 {
color: #e4ecb1;
}
.color-4 {
color: #f7ce55;
}
.color-5 {
color: #f18741;
}

/* CSS Variables */
:root {
--color-1: #9db72a;
--color-2: #b1e198;
--color-3: #e4ecb1;
--color-4: #f7ce55;
--color-5: #f18741;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9db72a, #b1e198, #e4ecb1, #f7ce55, #f18741);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9db72a, #b1e198, #e4ecb1, #f7ce55, #f18741);
}

Shades of Green color palette created on .