Nettle Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nettle Harmony palette

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

Nettle Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #4f7d59;
}
.color-2 {
color: #9dbf8d;
}
.color-3 {
color: #d6e6b2;
}
.color-4 {
color: #f0f4d7;
}
.color-5 {
color: #d3f1c6;
}

/* CSS Variables */
:root {
--color-1: #4f7d59;
--color-2: #9dbf8d;
--color-3: #d6e6b2;
--color-4: #f0f4d7;
--color-5: #d3f1c6;
}

Nettle Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d59, #9dbf8d, #d6e6b2, #f0f4d7, #d3f1c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d59, #9dbf8d, #d6e6b2, #f0f4d7, #d3f1c6);
}

Nettle Harmony color palette created on .