Whispering Petals Palette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Petals Palette palette

Share this palette to:

Whispering Petals Palette color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #faf9f9;
}
.color-3 {
color: #f1eeef;
}
.color-4 {
color: #ebe5e7;
}
.color-5 {
color: #d8cfd4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #faf9f9;
--color-3: #f1eeef;
--color-4: #ebe5e7;
--color-5: #d8cfd4;
}

Whispering Petals Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #faf9f9, #f1eeef, #ebe5e7, #d8cfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #faf9f9, #f1eeef, #ebe5e7, #d8cfd4);
}

Whispering Petals Palette color palette created on .