Whispers of Verdant Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Verdant Harmony palette

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

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

/* CSS */
.color-1 {
color: #d1da67;
}
.color-2 {
color: #9caa50;
}
.color-3 {
color: #90a290;
}
.color-4 {
color: #74845c;
}
.color-5 {
color: #758532;
}

/* CSS Variables */
:root {
--color-1: #d1da67;
--color-2: #9caa50;
--color-3: #90a290;
--color-4: #74845c;
--color-5: #758532;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1da67, #9caa50, #90a290, #74845c, #758532);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1da67, #9caa50, #90a290, #74845c, #758532);
}

Whispers of Verdant Harmony color palette created on .