Ruby Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ruby Rose palette

Share this palette to:

Ruby Rose color palette CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #d62e4d;
}
.color-3 {
color: #de4a65;
}
.color-4 {
color: #e77e8a;
}
.color-5 {
color: #f1b1c2;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #d62e4d;
--color-3: #de4a65;
--color-4: #e77e8a;
--color-5: #f1b1c2;
}

Ruby Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #d62e4d, #de4a65, #e77e8a, #f1b1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #d62e4d, #de4a65, #e77e8a, #f1b1c2);
}

Ruby Rose color palette created on .