Verdant Voltage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Voltage palette

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

Verdant Voltage カラーパレット CSS

/* CSS */
.color-1 {
color: #4c703e;
}
.color-2 {
color: #60bf4f;
}
.color-3 {
color: #a8daa0;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #1e8a3d;
}

/* CSS Variables */
:root {
--color-1: #4c703e;
--color-2: #60bf4f;
--color-3: #a8daa0;
--color-4: #ffffff;
--color-5: #1e8a3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c703e, #60bf4f, #a8daa0, #ffffff, #1e8a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c703e, #60bf4f, #a8daa0, #ffffff, #1e8a3d);
}

Verdant Voltage color palette created on .