Black Green Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Black Green Elegance palette

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

Black Green Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #1c3b33;
}
.color-2 {
color: #f3f4f6;
}
.color-3 {
color: #f9b4d3;
}
.color-4 {
color: #3c3e3e;
}
.color-5 {
color: #4e4c4b;
}

/* CSS Variables */
:root {
--color-1: #1c3b33;
--color-2: #f3f4f6;
--color-3: #f9b4d3;
--color-4: #3c3e3e;
--color-5: #4e4c4b;
}

Black Green Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b33, #f3f4f6, #f9b4d3, #3c3e3e, #4e4c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b33, #f3f4f6, #f9b4d3, #3c3e3e, #4e4c4b);
}

Black Green Elegance color palette created on .