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: #bbc3bb;
}
.color-2 {
color: #98a592;
}
.color-3 {
color: #72a3b1;
}
.color-4 {
color: #6b8578;
}
.color-5 {
color: #408fa5;
}

/* CSS Variables */
:root {
--color-1: #bbc3bb;
--color-2: #98a592;
--color-3: #72a3b1;
--color-4: #6b8578;
--color-5: #408fa5;
}

Whispers of Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbc3bb, #98a592, #72a3b1, #6b8578, #408fa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbc3bb, #98a592, #72a3b1, #6b8578, #408fa5);
}

Whispers of Tranquility color palette created on .