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: #f4c3d5;
}
.color-2 {
color: #f9d2e2;
}
.color-3 {
color: #f9b9d3;
}
.color-4 {
color: #f6a2b0;
}
.color-5 {
color: #f5b8c8;
}

/* CSS Variables */
:root {
--color-1: #f4c3d5;
--color-2: #f9d2e2;
--color-3: #f9b9d3;
--color-4: #f6a2b0;
--color-5: #f5b8c8;
}

Petal Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d5, #f9d2e2, #f9b9d3, #f6a2b0, #f5b8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d5, #f9d2e2, #f9b9d3, #f6a2b0, #f5b8c8);
}

Petal Serenade color palette created on .