Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5a8c5a;
}
.color-2 {
color: #e6b400;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #564f8c;
}

/* CSS Variables */
:root {
--color-1: #5a8c5a;
--color-2: #e6b400;
--color-3: #ff6d1f;
--color-4: #ffcc00;
--color-5: #564f8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c5a, #e6b400, #ff6d1f, #ffcc00, #564f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c5a, #e6b400, #ff6d1f, #ffcc00, #564f8c);
}

Shades of Green color palette created on .