Blushing Rosewood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Rosewood palette
Blushing Rosewood color palette CSS
/* CSS */
.color-1 {
color: #e1b7b7;
}
.color-2 {
color: #d09a9a;
}
.color-3 {
color: #c37f7f;
}
.color-4 {
color: #b26262;
}
.color-5 {
color: #a44c4c;
}
/* CSS Variables */
:root {
--color-1: #e1b7b7;
--color-2: #d09a9a;
--color-3: #c37f7f;
--color-4: #b26262;
--color-5: #a44c4c;
}
Blushing Rosewood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7b7, #d09a9a, #c37f7f, #b26262, #a44c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7b7, #d09a9a, #c37f7f, #b26262, #a44c4c);
}
Similar color palettes
Blushing Rosewood color palette created on .