Vibrant Earthy Reds and Greens カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Earthy Reds and Greens palette

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

Vibrant Earthy Reds and Greens カラーパレット CSS

/* CSS */
.color-1 {
color: #8c6754;
}
.color-2 {
color: #b76b5c;
}
.color-3 {
color: #e1a06b;
}
.color-4 {
color: #c2d7a7;
}
.color-5 {
color: #5d8b55;
}

/* CSS Variables */
:root {
--color-1: #8c6754;
--color-2: #b76b5c;
--color-3: #e1a06b;
--color-4: #c2d7a7;
--color-5: #5d8b55;
}

Vibrant Earthy Reds and Greens の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c6754, #b76b5c, #e1a06b, #c2d7a7, #5d8b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c6754, #b76b5c, #e1a06b, #c2d7a7, #5d8b55);
}

Vibrant Earthy Reds and Greens color palette created on .