Whispers of the Verdant Grove カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of the Verdant Grove palette

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

Whispers of the Verdant Grove カラーパレット CSS

/* CSS */
.color-1 {
color: #4b7c5e;
}
.color-2 {
color: #6fbe8f;
}
.color-3 {
color: #85e0b3;
}
.color-4 {
color: #a1e8d5;
}
.color-5 {
color: #c2f5f1;
}

/* CSS Variables */
:root {
--color-1: #4b7c5e;
--color-2: #6fbe8f;
--color-3: #85e0b3;
--color-4: #a1e8d5;
--color-5: #c2f5f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c5e, #6fbe8f, #85e0b3, #a1e8d5, #c2f5f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c5e, #6fbe8f, #85e0b3, #a1e8d5, #c2f5f1);
}

Whispers of the Verdant Grove color palette created on .