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: #f4c3d6;
}
.color-2 {
color: #f9a4c2;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff4d7c;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #f4c3d6;
--color-2: #f9a4c2;
--color-3: #ff7092;
--color-4: #ff4d7c;
--color-5: #e63746;
}

Royal Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d6, #f9a4c2, #ff7092, #ff4d7c, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d6, #f9a4c2, #ff7092, #ff4d7c, #e63746);
}

Royal Blush color palette created on .