Soft Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Whispers palette

Share this palette to:

Soft Whispers color palette CSS

/* CSS */
.color-1 {
color: #ffebeb;
}
.color-2 {
color: #d9d9d9;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f6e5ff;
}
.color-5 {
color: #e8e8d9;
}

/* CSS Variables */
:root {
--color-1: #ffebeb;
--color-2: #d9d9d9;
--color-3: #ffffff;
--color-4: #f6e5ff;
--color-5: #e8e8d9;
}

Soft Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebeb, #d9d9d9, #ffffff, #f6e5ff, #e8e8d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebeb, #d9d9d9, #ffffff, #f6e5ff, #e8e8d9);
}

Soft Whispers color palette created on .