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 PNG image

Download shades of rose color palette PNG image (landscape)
Download shades of rose color palette PNG image (square)

Shades of Rose color palette CSS

/* CSS */
.color-1 {
color: #799a81;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #f2c8b5;
}
.color-4 {
color: #d98f7d;
}
.color-5 {
color: #9d4d6c;
}

/* CSS Variables */
:root {
--color-1: #799a81;
--color-2: #e4b5a0;
--color-3: #f2c8b5;
--color-4: #d98f7d;
--color-5: #9d4d6c;
}

Shades of Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a81, #e4b5a0, #f2c8b5, #d98f7d, #9d4d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a81, #e4b5a0, #f2c8b5, #d98f7d, #9d4d6c);
}

Shades of Rose color palette created on .