Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5ac478;
}
.color-2 {
color: #81d996;
}
.color-3 {
color: #aae9b2;
}
.color-4 {
color: #f9e2b4;
}
.color-5 {
color: #f29d73;
}

/* CSS Variables */
:root {
--color-1: #5ac478;
--color-2: #81d996;
--color-3: #aae9b2;
--color-4: #f9e2b4;
--color-5: #f29d73;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ac478, #81d996, #aae9b2, #f9e2b4, #f29d73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ac478, #81d996, #aae9b2, #f9e2b4, #f29d73);
}

Shades of Green color palette created on .