Green Goodfellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Goodfellow palette

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

Green Goodfellow カラーパレット CSS

/* CSS */
.color-1 {
color: #3b7e35;
}
.color-2 {
color: #86c69e;
}
.color-3 {
color: #e4d88b;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #e25557;
}

/* CSS Variables */
:root {
--color-1: #3b7e35;
--color-2: #86c69e;
--color-3: #e4d88b;
--color-4: #f5b400;
--color-5: #e25557;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e35, #86c69e, #e4d88b, #f5b400, #e25557);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e35, #86c69e, #e4d88b, #f5b400, #e25557);
}

Green Goodfellow color palette created on .