Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #b2c7b2;
}
.color-2 {
color: #a6d9a6;
}
.color-3 {
color: #d1e0d1;
}
.color-4 {
color: #f9eab4;
}
.color-5 {
color: #f4b3b4;
}

/* CSS Variables */
:root {
--color-1: #b2c7b2;
--color-2: #a6d9a6;
--color-3: #d1e0d1;
--color-4: #f9eab4;
--color-5: #f4b3b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c7b2, #a6d9a6, #d1e0d1, #f9eab4, #f4b3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c7b2, #a6d9a6, #d1e0d1, #f9eab4, #f4b3b4);
}

Shades of Green color palette created on .