Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット (PNG) をダウンロード

Download shades of green color palette PNG image (landscape)
Download shades of green color palette PNG image (square)

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #8bcb9b;
}
.color-2 {
color: #aadfb4;
}
.color-3 {
color: #dbedc4;
}
.color-4 {
color: #f3e9b9;
}
.color-5 {
color: #f7c9a6;
}

/* CSS Variables */
:root {
--color-1: #8bcb9b;
--color-2: #aadfb4;
--color-3: #dbedc4;
--color-4: #f3e9b9;
--color-5: #f7c9a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bcb9b, #aadfb4, #dbedc4, #f3e9b9, #f7c9a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bcb9b, #aadfb4, #dbedc4, #f3e9b9, #f7c9a6);
}

Shades of Green color palette created on .