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: #5d6308;
}
.color-2 {
color: #a9b120;
}
.color-3 {
color: #c5d539;
}
.color-4 {
color: #f4df57;
}
.color-5 {
color: #f9bf10;
}

/* CSS Variables */
:root {
--color-1: #5d6308;
--color-2: #a9b120;
--color-3: #c5d539;
--color-4: #f4df57;
--color-5: #f9bf10;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d6308, #a9b120, #c5d539, #f4df57, #f9bf10);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d6308, #a9b120, #c5d539, #f4df57, #f9bf10);
}

似たようなカラーパレット

Shades of Green color palette created on .