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: #eab8b3;
}
.color-2 {
color: #d38d9f;
}
.color-3 {
color: #d0536a;
}
.color-4 {
color: #a3193e;
}
.color-5 {
color: #8a0039;
}

/* CSS Variables */
:root {
--color-1: #eab8b3;
--color-2: #d38d9f;
--color-3: #d0536a;
--color-4: #a3193e;
--color-5: #8a0039;
}

Shades of Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8b3, #d38d9f, #d0536a, #a3193e, #8a0039);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8b3, #d38d9f, #d0536a, #a3193e, #8a0039);
}

Shades of Rose color palette created on .