Verdant Masquerade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Masquerade palette

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

Verdant Masquerade カラーパレット CSS

/* CSS */
.color-1 {
color: #4eda73;
}
.color-2 {
color: #2c9b53;
}
.color-3 {
color: #00994a;
}
.color-4 {
color: #00703e;
}
.color-5 {
color: #004d2a;
}

/* CSS Variables */
:root {
--color-1: #4eda73;
--color-2: #2c9b53;
--color-3: #00994a;
--color-4: #00703e;
--color-5: #004d2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4eda73, #2c9b53, #00994a, #00703e, #004d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4eda73, #2c9b53, #00994a, #00703e, #004d2a);
}

Verdant Masquerade color palette created on .