Shades of Verdun Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Verdun Green palette

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

Shades of Verdun Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5b6b00;
}
.color-2 {
color: #879900;
}
.color-3 {
color: #b2c200;
}
.color-4 {
color: #dae600;
}
.color-5 {
color: #f2ff00;
}

/* CSS Variables */
:root {
--color-1: #5b6b00;
--color-2: #879900;
--color-3: #b2c200;
--color-4: #dae600;
--color-5: #f2ff00;
}

Shades of Verdun Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6b00, #879900, #b2c200, #dae600, #f2ff00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6b00, #879900, #b2c200, #dae600, #f2ff00);
}

Shades of Verdun Green color palette created on .