Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #6bbf4f;
}
.color-2 {
color: #f1a65f;
}
.color-3 {
color: #f2df9c;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #c84c7b;
}

/* CSS Variables */
:root {
--color-1: #6bbf4f;
--color-2: #f1a65f;
--color-3: #f2df9c;
--color-4: #e76e50;
--color-5: #c84c7b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bbf4f, #f1a65f, #f2df9c, #e76e50, #c84c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bbf4f, #f1a65f, #f2df9c, #e76e50, #c84c7b);
}

Shades of Green color palette created on .