Royal Ball Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Ball Blossoms palette

Share this palette to:

Royal Ball Blossoms color palette CSS

/* CSS */
.color-1 {
color: #fde2dd;
}
.color-2 {
color: #f9cca9;
}
.color-3 {
color: #f2a49c;
}
.color-4 {
color: #e57b92;
}
.color-5 {
color: #d65c8f;
}

/* CSS Variables */
:root {
--color-1: #fde2dd;
--color-2: #f9cca9;
--color-3: #f2a49c;
--color-4: #e57b92;
--color-5: #d65c8f;
}

Royal Ball Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde2dd, #f9cca9, #f2a49c, #e57b92, #d65c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde2dd, #f9cca9, #f2a49c, #e57b92, #d65c8f);
}

Royal Ball Blossoms color palette created on .