Whispers of Sarah Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Sarah palette

Share this palette to:

Whispers of Sarah color palette CSS

/* CSS */
.color-1 {
color: #eee9f1;
}
.color-2 {
color: #ecebf0;
}
.color-3 {
color: #edeef2;
}
.color-4 {
color: #dde7ee;
}
.color-5 {
color: #e1e9f5;
}

/* CSS Variables */
:root {
--color-1: #eee9f1;
--color-2: #ecebf0;
--color-3: #edeef2;
--color-4: #dde7ee;
--color-5: #e1e9f5;
}

Whispers of Sarah background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee9f1, #ecebf0, #edeef2, #dde7ee, #e1e9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee9f1, #ecebf0, #edeef2, #dde7ee, #e1e9f5);
}

Whispers of Sarah color palette created on .