Verdant Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Whisper palette

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

Verdant Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #a1d9a8;
}
.color-2 {
color: #69b56b;
}
.color-3 {
color: #4d9a4c;
}
.color-4 {
color: #4c7a3e;
}
.color-5 {
color: #a9d7a7;
}

/* CSS Variables */
:root {
--color-1: #a1d9a8;
--color-2: #69b56b;
--color-3: #4d9a4c;
--color-4: #4c7a3e;
--color-5: #a9d7a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9a8, #69b56b, #4d9a4c, #4c7a3e, #a9d7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9a8, #69b56b, #4d9a4c, #4c7a3e, #a9d7a7);
}

Verdant Whisper color palette created on .