Petal Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Petal Serenade palette

Share this palette to:

Petal Serenade color palette CSS

/* CSS */
.color-1 {
color: #e77e8c;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f6d0d3;
}
.color-4 {
color: #f5c7df;
}
.color-5 {
color: #f4a4c5;
}

/* CSS Variables */
:root {
--color-1: #e77e8c;
--color-2: #f1a7b4;
--color-3: #f6d0d3;
--color-4: #f5c7df;
--color-5: #f4a4c5;
}

Petal Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e77e8c, #f1a7b4, #f6d0d3, #f5c7df, #f4a4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e77e8c, #f1a7b4, #f6d0d3, #f5c7df, #f4a4c5);
}

Petal Serenade color palette created on .