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: #fcffeb;
}
.color-2 {
color: #d5ece8;
}
.color-3 {
color: #c4e7e9;
}
.color-4 {
color: #c5e7e8;
}
.color-5 {
color: #c3e6e9;
}

/* CSS Variables */
:root {
--color-1: #fcffeb;
--color-2: #d5ece8;
--color-3: #c4e7e9;
--color-4: #c5e7e8;
--color-5: #c3e6e9;
}

Whispers of Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcffeb, #d5ece8, #c4e7e9, #c5e7e8, #c3e6e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcffeb, #d5ece8, #c4e7e9, #c5e7e8, #c3e6e9);
}

Whispers of Tranquility color palette created on .