Whispers of Verdant Tranquility Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Verdant Tranquility palette

Share this palette to:

Whispers of Verdant Tranquility color palette CSS

/* CSS */
.color-1 {
color: #d5df68;
}
.color-2 {
color: #a2b394;
}
.color-3 {
color: #a5b253;
}
.color-4 {
color: #788c7c;
}
.color-5 {
color: #829041;
}

/* CSS Variables */
:root {
--color-1: #d5df68;
--color-2: #a2b394;
--color-3: #a5b253;
--color-4: #788c7c;
--color-5: #829041;
}

Whispers of Verdant Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5df68, #a2b394, #a5b253, #788c7c, #829041);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5df68, #a2b394, #a5b253, #788c7c, #829041);
}

Whispers of Verdant Tranquility color palette created on .