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: #f7c5d5;
}
.color-2 {
color: #f4e4b3;
}
.color-3 {
color: #c3e6b3;
}
.color-4 {
color: #9fd7df;
}
.color-5 {
color: #b5a3e0;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f4e4b3;
--color-3: #c3e6b3;
--color-4: #9fd7df;
--color-5: #b5a3e0;
}

Whimsical Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f4e4b3, #c3e6b3, #9fd7df, #b5a3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f4e4b3, #c3e6b3, #9fd7df, #b5a3e0);
}

Whimsical Whispers color palette created on .