Ruby Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ruby Blossom palette

Share this palette to:

Ruby Blossom color palette CSS

/* CSS */
.color-1 {
color: #c92c49;
}
.color-2 {
color: #d0726c;
}
.color-3 {
color: #e6a3a6;
}
.color-4 {
color: #f3afb5;
}
.color-5 {
color: #fae0e6;
}

/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #d0726c;
--color-3: #e6a3a6;
--color-4: #f3afb5;
--color-5: #fae0e6;
}

Ruby Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #d0726c, #e6a3a6, #f3afb5, #fae0e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #d0726c, #e6a3a6, #f3afb5, #fae0e6);
}

Ruby Blossom color palette created on .