Whispers of Verdant Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Verdant Earth palette

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

Whispers of Verdant Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #cfd963;
}
.color-2 {
color: #9fb18c;
}
.color-3 {
color: #97a44c;
}
.color-4 {
color: #758a78;
}
.color-5 {
color: #6f8038;
}

/* CSS Variables */
:root {
--color-1: #cfd963;
--color-2: #9fb18c;
--color-3: #97a44c;
--color-4: #758a78;
--color-5: #6f8038;
}

Whispers of Verdant Earth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfd963, #9fb18c, #97a44c, #758a78, #6f8038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfd963, #9fb18c, #97a44c, #758a78, #6f8038);
}

Whispers of Verdant Earth color palette created on .