Verdant Canopy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Canopy palette

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

Verdant Canopy カラーパレット CSS

/* CSS */
.color-1 {
color: #4e8b2d;
}
.color-2 {
color: #a3c84c;
}
.color-3 {
color: #d3eba3;
}
.color-4 {
color: #f0f4b3;
}
.color-5 {
color: #e3b05f;
}

/* CSS Variables */
:root {
--color-1: #4e8b2d;
--color-2: #a3c84c;
--color-3: #d3eba3;
--color-4: #f0f4b3;
--color-5: #e3b05f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e8b2d, #a3c84c, #d3eba3, #f0f4b3, #e3b05f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e8b2d, #a3c84c, #d3eba3, #f0f4b3, #e3b05f);
}

Verdant Canopy color palette created on .