Verdant Tranquility Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Tranquility palette
Color Inspiration
Images that showcase this color palette in real designs
Download Verdant Tranquility Color Palette (PNG)
Verdant Tranquility color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #6eb4a2;
}
.color-3 {
color: #4b8b7f;
}
.color-4 {
color: #3f6c6e;
}
.color-5 {
color: #2d4c4e;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #6eb4a2;
--color-3: #4b8b7f;
--color-4: #3f6c6e;
--color-5: #2d4c4e;
}
Verdant Tranquility background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #6eb4a2, #4b8b7f, #3f6c6e, #2d4c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #6eb4a2, #4b8b7f, #3f6c6e, #2d4c4e);
}
Similar color palettes
Verdant Tranquility color palette created on .