Ruby Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ruby Blush palette

Share this palette to:

Ruby Blush color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c76b76;
}
.color-3 {
color: #e9a0a1;
}
.color-4 {
color: #f5b8c8;
}
.color-5 {
color: #fcdee3;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c76b76;
--color-3: #e9a0a1;
--color-4: #f5b8c8;
--color-5: #fcdee3;
}

Ruby Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c76b76, #e9a0a1, #f5b8c8, #fcdee3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c76b76, #e9a0a1, #f5b8c8, #fcdee3);
}

Ruby Blush color palette created on .