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: #eab8d1;
}
.color-2 {
color: #f49fbe;
}
.color-3 {
color: #f7c5d4;
}
.color-4 {
color: #f9e6e8;
}
.color-5 {
color: #f2c0c5;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f49fbe;
--color-3: #f7c5d4;
--color-4: #f9e6e8;
--color-5: #f2c0c5;
}

Royal Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f49fbe, #f7c5d4, #f9e6e8, #f2c0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f49fbe, #f7c5d4, #f9e6e8, #f2c0c5);
}

Royal Blush color palette created on .