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: #c92c49;
}
.color-2 {
color: #e04d6b;
}
.color-3 {
color: #f69f8e;
}
.color-4 {
color: #f9cfb4;
}
.color-5 {
color: #f2e3d4;
}

/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #e04d6b;
--color-3: #f69f8e;
--color-4: #f9cfb4;
--color-5: #f2e3d4;
}

Ruby Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #e04d6b, #f69f8e, #f9cfb4, #f2e3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #e04d6b, #f69f8e, #f9cfb4, #f2e3d4);
}

Ruby Blush color palette created on .