Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5e9c78;
}
.color-2 {
color: #a2d2a5;
}
.color-3 {
color: #f2e7c0;
}
.color-4 {
color: #fbae5b;
}
.color-5 {
color: #d68a3d;
}

/* CSS Variables */
:root {
--color-1: #5e9c78;
--color-2: #a2d2a5;
--color-3: #f2e7c0;
--color-4: #fbae5b;
--color-5: #d68a3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e9c78, #a2d2a5, #f2e7c0, #fbae5b, #d68a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e9c78, #a2d2a5, #f2e7c0, #fbae5b, #d68a3d);
}

Shades of Green color palette created on .