Verdant Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Earthtones palette

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

Verdant Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #7d9b59;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #e1e09d;
}
.color-4 {
color: #d9ba4a;
}
.color-5 {
color: #c05939;
}

/* CSS Variables */
:root {
--color-1: #7d9b59;
--color-2: #a3d55d;
--color-3: #e1e09d;
--color-4: #d9ba4a;
--color-5: #c05939;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b59, #a3d55d, #e1e09d, #d9ba4a, #c05939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b59, #a3d55d, #e1e09d, #d9ba4a, #c05939);
}

Verdant Earthtones color palette created on .