Verdant Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Whisper palette

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

Verdant Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #9bcb76;
}
.color-2 {
color: #67a84d;
}
.color-3 {
color: #4a8a3d;
}
.color-4 {
color: #306a29;
}
.color-5 {
color: #1a4c1f;
}

/* CSS Variables */
:root {
--color-1: #9bcb76;
--color-2: #67a84d;
--color-3: #4a8a3d;
--color-4: #306a29;
--color-5: #1a4c1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bcb76, #67a84d, #4a8a3d, #306a29, #1a4c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bcb76, #67a84d, #4a8a3d, #306a29, #1a4c1f);
}

Verdant Whisper color palette created on .