Green & Brown Medley カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green & Brown Medley palette

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

Green & Brown Medley カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #d4ab5e;
}
.color-3 {
color: #8c4e3b;
}
.color-4 {
color: #e6b8a2;
}
.color-5 {
color: #f4e5b3;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #d4ab5e;
--color-3: #8c4e3b;
--color-4: #e6b8a2;
--color-5: #f4e5b3;
}

Green & Brown Medley の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #d4ab5e, #8c4e3b, #e6b8a2, #f4e5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #d4ab5e, #8c4e3b, #e6b8a2, #f4e5b3);
}

Green & Brown Medley color palette created on .