Shrek Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shrek Green palette

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

Shrek Green カラー パレット PNG 画像

Download shrek green color palette PNG image (landscape)
Download shrek green color palette PNG image (square)

Shrek Green カラーパレット CSS

/* CSS */
.color-1 {
color: #7da03b;
}
.color-2 {
color: #5a6f2f;
}
.color-3 {
color: #3b4f1c;
}
.color-4 {
color: #a5d57c;
}
.color-5 {
color: #f4f8b9;
}

/* CSS Variables */
:root {
--color-1: #7da03b;
--color-2: #5a6f2f;
--color-3: #3b4f1c;
--color-4: #a5d57c;
--color-5: #f4f8b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7da03b, #5a6f2f, #3b4f1c, #a5d57c, #f4f8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7da03b, #5a6f2f, #3b4f1c, #a5d57c, #f4f8b9);
}

Shrek Green color palette created on .