Opulent Verdancy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Opulent Verdancy palette

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

Opulent Verdancy カラーパレット CSS

/* CSS */
.color-1 {
color: #2b5e4f;
}
.color-2 {
color: #4f8c6e;
}
.color-3 {
color: #7fb89d;
}
.color-4 {
color: #bae3c4;
}
.color-5 {
color: #d2f4e9;
}

/* CSS Variables */
:root {
--color-1: #2b5e4f;
--color-2: #4f8c6e;
--color-3: #7fb89d;
--color-4: #bae3c4;
--color-5: #d2f4e9;
}

Opulent Verdancy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b5e4f, #4f8c6e, #7fb89d, #bae3c4, #d2f4e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b5e4f, #4f8c6e, #7fb89d, #bae3c4, #d2f4e9);
}

Opulent Verdancy color palette created on .