Royal Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Blush palette

Share this palette to:

Royal Blush color palette CSS

/* CSS */
.color-1 {
color: #faccd4;
}
.color-2 {
color: #fcb6c2;
}
.color-3 {
color: #ff808c;
}
.color-4 {
color: #ff5776;
}
.color-5 {
color: #f33f42;
}

/* CSS Variables */
:root {
--color-1: #faccd4;
--color-2: #fcb6c2;
--color-3: #ff808c;
--color-4: #ff5776;
--color-5: #f33f42;
}

Royal Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faccd4, #fcb6c2, #ff808c, #ff5776, #f33f42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faccd4, #fcb6c2, #ff808c, #ff5776, #f33f42);
}

Royal Blush color palette created on .