Whispers of Tranquility Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Tranquility palette

Share this palette to:

Whispers of Tranquility color palette CSS

/* CSS */
.color-1 {
color: #d2e2d0;
}
.color-2 {
color: #fafafa;
}
.color-3 {
color: #b0b0b0;
}
.color-4 {
color: #a9c4a1;
}
.color-5 {
color: #d1e6d9;
}

/* CSS Variables */
:root {
--color-1: #d2e2d0;
--color-2: #fafafa;
--color-3: #b0b0b0;
--color-4: #a9c4a1;
--color-5: #d1e6d9;
}

Whispers of Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e2d0, #fafafa, #b0b0b0, #a9c4a1, #d1e6d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e2d0, #fafafa, #b0b0b0, #a9c4a1, #d1e6d9);
}

Whispers of Tranquility color palette created on .