Blushing Petal Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Petal Serenade palette

Share this palette to:

Blushing Petal Serenade color palette CSS

/* CSS */
.color-1 {
color: #ffebeb;
}
.color-2 {
color: #fce4e4;
}
.color-3 {
color: #ffe0e0;
}
.color-4 {
color: #efcdcf;
}
.color-5 {
color: #e1a8ba;
}

/* CSS Variables */
:root {
--color-1: #ffebeb;
--color-2: #fce4e4;
--color-3: #ffe0e0;
--color-4: #efcdcf;
--color-5: #e1a8ba;
}

Blushing Petal Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebeb, #fce4e4, #ffe0e0, #efcdcf, #e1a8ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebeb, #fce4e4, #ffe0e0, #efcdcf, #e1a8ba);
}

Blushing Petal Serenade color palette created on .