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: #ffffff;
}
.color-2 {
color: #fcfcfc;
}
.color-3 {
color: #f6f8f8;
}
.color-4 {
color: #e7e8e9;
}
.color-5 {
color: #c9cbcf;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #f6f8f8;
--color-4: #e7e8e9;
--color-5: #c9cbcf;
}

Whispers of Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #f6f8f8, #e7e8e9, #c9cbcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #f6f8f8, #e7e8e9, #c9cbcf);
}

Whispers of Tranquility color palette created on .