Whispers of Delilah Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Delilah palette

Share this palette to:

Whispers of Delilah color palette CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6c9a7;
}
.color-3 {
color: #f1e2a7;
}
.color-4 {
color: #d1e8a1;
}
.color-5 {
color: #a3d5e0;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6c9a7;
--color-3: #f1e2a7;
--color-4: #d1e8a1;
--color-5: #a3d5e0;
}

Whispers of Delilah background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6c9a7, #f1e2a7, #d1e8a1, #a3d5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6c9a7, #f1e2a7, #d1e8a1, #a3d5e0);
}

Whispers of Delilah color palette created on .