Soft Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Rose palette

Share this palette to:

Soft Rose color palette CSS

/* CSS */
.color-1 {
color: #cea7a1;
}
.color-2 {
color: #d0b5af;
}
.color-3 {
color: #e1c3b7;
}
.color-4 {
color: #f1d4c6;
}
.color-5 {
color: #f9e3d2;
}

/* CSS Variables */
:root {
--color-1: #cea7a1;
--color-2: #d0b5af;
--color-3: #e1c3b7;
--color-4: #f1d4c6;
--color-5: #f9e3d2;
}

Soft Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cea7a1, #d0b5af, #e1c3b7, #f1d4c6, #f9e3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cea7a1, #d0b5af, #e1c3b7, #f1d4c6, #f9e3d2);
}

Soft Rose color palette created on .