Purple and Green Balance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple and Green Balance palette

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

Purple and Green Balance カラーパレット CSS

/* CSS */
.color-1 {
color: #668e93;
}
.color-2 {
color: #a3c7b4;
}
.color-3 {
color: #d0e7d0;
}
.color-4 {
color: #e2b1e7;
}
.color-5 {
color: #a86b9d;
}

/* CSS Variables */
:root {
--color-1: #668e93;
--color-2: #a3c7b4;
--color-3: #d0e7d0;
--color-4: #e2b1e7;
--color-5: #a86b9d;
}

Purple and Green Balance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #668e93, #a3c7b4, #d0e7d0, #e2b1e7, #a86b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #668e93, #a3c7b4, #d0e7d0, #e2b1e7, #a86b9d);
}

Purple and Green Balance color palette created on .