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: #e6ebea;
}
.color-2 {
color: #d3e0e3;
}
.color-3 {
color: #dbd9cd;
}
.color-4 {
color: #bdd1e0;
}
.color-5 {
color: #cbac8b;
}

/* CSS Variables */
:root {
--color-1: #e6ebea;
--color-2: #d3e0e3;
--color-3: #dbd9cd;
--color-4: #bdd1e0;
--color-5: #cbac8b;
}

Whispers of Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ebea, #d3e0e3, #dbd9cd, #bdd1e0, #cbac8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ebea, #d3e0e3, #dbd9cd, #bdd1e0, #cbac8b);
}

Similar color palettes

Whispers of Tranquility color palette created on .