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: #d2d2d1;
}
.color-2 {
color: #95d0cf;
}
.color-3 {
color: #86bbb9;
}
.color-4 {
color: #717c7f;
}
.color-5 {
color: #706fae;
}

/* CSS Variables */
:root {
--color-1: #d2d2d1;
--color-2: #95d0cf;
--color-3: #86bbb9;
--color-4: #717c7f;
--color-5: #706fae;
}

Whispers of Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2d2d1, #95d0cf, #86bbb9, #717c7f, #706fae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2d2d1, #95d0cf, #86bbb9, #717c7f, #706fae);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Whispers of Tranquility color palette created on .