Rich Green and Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rich Green and Red palette

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

Rich Green and Red カラーパレット CSS

/* CSS */
.color-1 {
color: #7d9c6d;
}
.color-2 {
color: #5b7641;
}
.color-3 {
color: #c75b4d;
}
.color-4 {
color: #d9b68c;
}
.color-5 {
color: #503b2f;
}

/* CSS Variables */
:root {
--color-1: #7d9c6d;
--color-2: #5b7641;
--color-3: #c75b4d;
--color-4: #d9b68c;
--color-5: #503b2f;
}

Rich Green and Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9c6d, #5b7641, #c75b4d, #d9b68c, #503b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9c6d, #5b7641, #c75b4d, #d9b68c, #503b2f);
}

Rich Green and Red color palette created on .