Shades of Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Rose palette

Share this palette to:

Shades of Rose color palette CSS

/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #b58c8c;
}
.color-3 {
color: #e6b2b2;
}
.color-4 {
color: #f5d1b2;
}
.color-5 {
color: #f1f0e4;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #b58c8c;
--color-3: #e6b2b2;
--color-4: #f5d1b2;
--color-5: #f1f0e4;
}

Shades of Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #b58c8c, #e6b2b2, #f5d1b2, #f1f0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #b58c8c, #e6b2b2, #f5d1b2, #f1f0e4);
}

Shades of Rose color palette created on .