Whispers of Tranquil Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Tranquil Waters palette

Share this palette to:

Whispers of Tranquil Waters color palette CSS

/* CSS */
.color-1 {
color: #dad6c3;
}
.color-2 {
color: #a7a395;
}
.color-3 {
color: #7fa8c7;
}
.color-4 {
color: #8b8a84;
}
.color-5 {
color: #638fb0;
}

/* CSS Variables */
:root {
--color-1: #dad6c3;
--color-2: #a7a395;
--color-3: #7fa8c7;
--color-4: #8b8a84;
--color-5: #638fb0;
}

Whispers of Tranquil Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dad6c3, #a7a395, #7fa8c7, #8b8a84, #638fb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dad6c3, #a7a395, #7fa8c7, #8b8a84, #638fb0);
}

Similar color palettes

Scroll down to explore 3 Soft beige color palettes

Whispers of Tranquil Waters color palette created on .