Peachy Rose Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Rose Shades palette

Share this palette to:

Peachy Rose Shades color palette CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f6a2b2;
}
.color-3 {
color: #f69a8e;
}
.color-4 {
color: #f78c69;
}
.color-5 {
color: #f7b84a;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f6a2b2;
--color-3: #f69a8e;
--color-4: #f78c69;
--color-5: #f7b84a;
}

Peachy Rose Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f6a2b2, #f69a8e, #f78c69, #f7b84a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f6a2b2, #f69a8e, #f78c69, #f7b84a);
}

Peachy Rose Shades color palette created on .