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: #fdfaf7;
}
.color-2 {
color: #e9e7dd;
}
.color-3 {
color: #d2d3c5;
}
.color-4 {
color: #b9bca9;
}
.color-5 {
color: #a3b299;
}

/* CSS Variables */
:root {
--color-1: #fdfaf7;
--color-2: #e9e7dd;
--color-3: #d2d3c5;
--color-4: #b9bca9;
--color-5: #a3b299;
}

Whispers of Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfaf7, #e9e7dd, #d2d3c5, #b9bca9, #a3b299);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfaf7, #e9e7dd, #d2d3c5, #b9bca9, #a3b299);
}

Whispers of Tranquility color palette created on .