Pink Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Rose palette

Share this palette to:

Pink Rose color palette CSS

/* CSS */
.color-1 {
color: #8c7375;
}
.color-2 {
color: #e8b5b9;
}
.color-3 {
color: #f6c6d7;
}
.color-4 {
color: #f1a7b4;
}
.color-5 {
color: #d97d8e;
}

/* CSS Variables */
:root {
--color-1: #8c7375;
--color-2: #e8b5b9;
--color-3: #f6c6d7;
--color-4: #f1a7b4;
--color-5: #d97d8e;
}

Pink Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7375, #e8b5b9, #f6c6d7, #f1a7b4, #d97d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7375, #e8b5b9, #f6c6d7, #f1a7b4, #d97d8e);
}

Pink Rose color palette created on .