Verdant Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Whisper palette

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

Verdant Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #5a894d;
}
.color-2 {
color: #a0c18b;
}
.color-3 {
color: #d3e4b4;
}
.color-4 {
color: #f2f9e7;
}
.color-5 {
color: #f2e3b5;
}

/* CSS Variables */
:root {
--color-1: #5a894d;
--color-2: #a0c18b;
--color-3: #d3e4b4;
--color-4: #f2f9e7;
--color-5: #f2e3b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a894d, #a0c18b, #d3e4b4, #f2f9e7, #f2e3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a894d, #a0c18b, #d3e4b4, #f2f9e7, #f2e3b5);
}

Verdant Whisper color palette created on .