Royal Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Blush palette
Royal Blush color palette CSS
/* CSS */
.color-1 {
color: #f6a7c1;
}
.color-2 {
color: #f8d3e1;
}
.color-3 {
color: #f9e1f4;
}
.color-4 {
color: #ffb3e0;
}
.color-5 {
color: #ef6c8b;
}
/* CSS Variables */
:root {
--color-1: #f6a7c1;
--color-2: #f8d3e1;
--color-3: #f9e1f4;
--color-4: #ffb3e0;
--color-5: #ef6c8b;
}
Royal Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7c1, #f8d3e1, #f9e1f4, #ffb3e0, #ef6c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7c1, #f8d3e1, #f9e1f4, #ffb3e0, #ef6c8b);
}
Similar color palettes
Royal Blush color palette created on .