Whispers of Tranquility Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Tranquility palette
Whispers of Tranquility color palette CSS
/* CSS */
.color-1 {
color: #eef0f1;
}
.color-2 {
color: #ded9d4;
}
.color-3 {
color: #d0cac3;
}
.color-4 {
color: #bfb9b0;
}
.color-5 {
color: #b1a9a0;
}
/* CSS Variables */
:root {
--color-1: #eef0f1;
--color-2: #ded9d4;
--color-3: #d0cac3;
--color-4: #bfb9b0;
--color-5: #b1a9a0;
}
Whispers of Tranquility background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eef0f1, #ded9d4, #d0cac3, #bfb9b0, #b1a9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eef0f1, #ded9d4, #d0cac3, #bfb9b0, #b1a9a0);
}
Similar color palettes
Scroll down to explore 7 Soft gray color palettes
Whispers of Tranquility color palette created on .