Whimsical Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Whispers palette

Share this palette to:

Whimsical Whispers color palette CSS

/* CSS */
.color-1 {
color: #e2a6c6;
}
.color-2 {
color: #f3b4d4;
}
.color-3 {
color: #f6c1e7;
}
.color-4 {
color: #fcd4e1;
}
.color-5 {
color: #ffe5f7;
}

/* CSS Variables */
:root {
--color-1: #e2a6c6;
--color-2: #f3b4d4;
--color-3: #f6c1e7;
--color-4: #fcd4e1;
--color-5: #ffe5f7;
}

Whimsical Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a6c6, #f3b4d4, #f6c1e7, #fcd4e1, #ffe5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a6c6, #f3b4d4, #f6c1e7, #fcd4e1, #ffe5f7);
}

Whimsical Whispers color palette created on .