Verdant Wealth Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Wealth Dreamscape palette

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

Verdant Wealth Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #4a7c2d;
}
.color-2 {
color: #a7caa0;
}
.color-3 {
color: #d0e8bf;
}
.color-4 {
color: #f2f0e8;
}
.color-5 {
color: #b5df9f;
}

/* CSS Variables */
:root {
--color-1: #4a7c2d;
--color-2: #a7caa0;
--color-3: #d0e8bf;
--color-4: #f2f0e8;
--color-5: #b5df9f;
}

Verdant Wealth Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c2d, #a7caa0, #d0e8bf, #f2f0e8, #b5df9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c2d, #a7caa0, #d0e8bf, #f2f0e8, #b5df9f);
}

Verdant Wealth Dreamscape color palette created on .