Petal Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Petal Whispers palette

Share this palette to:

Petal Whispers color palette CSS

/* CSS */
.color-1 {
color: #b1e2c1;
}
.color-2 {
color: #f5c7d1;
}
.color-3 {
color: #f9d780;
}
.color-4 {
color: #f8a79b;
}
.color-5 {
color: #d37e9c;
}

/* CSS Variables */
:root {
--color-1: #b1e2c1;
--color-2: #f5c7d1;
--color-3: #f9d780;
--color-4: #f8a79b;
--color-5: #d37e9c;
}

Petal Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1e2c1, #f5c7d1, #f9d780, #f8a79b, #d37e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1e2c1, #f5c7d1, #f9d780, #f8a79b, #d37e9c);
}

Petal Whispers color palette created on .