Whispers of Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Dreams palette

Share this palette to:

Whispers of Dreams color palette CSS

/* CSS */
.color-1 {
color: #f8c4d3;
}
.color-2 {
color: #f8e3b4;
}
.color-3 {
color: #f3e78c;
}
.color-4 {
color: #b6e8b0;
}
.color-5 {
color: #7ac5e1;
}

/* CSS Variables */
:root {
--color-1: #f8c4d3;
--color-2: #f8e3b4;
--color-3: #f3e78c;
--color-4: #b6e8b0;
--color-5: #7ac5e1;
}

Whispers of Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c4d3, #f8e3b4, #f3e78c, #b6e8b0, #7ac5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c4d3, #f8e3b4, #f3e78c, #b6e8b0, #7ac5e1);
}

Whispers of Dreams color palette created on .