Rosy Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosy Shades palette

Share this palette to:

Rosy Shades color palette CSS

/* CSS */
.color-1 {
color: #f5c2cf;
}
.color-2 {
color: #f2a1b0;
}
.color-3 {
color: #f18e94;
}
.color-4 {
color: #f67f74;
}
.color-5 {
color: #f45c57;
}

/* CSS Variables */
:root {
--color-1: #f5c2cf;
--color-2: #f2a1b0;
--color-3: #f18e94;
--color-4: #f67f74;
--color-5: #f45c57;
}

Rosy Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2cf, #f2a1b0, #f18e94, #f67f74, #f45c57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2cf, #f2a1b0, #f18e94, #f67f74, #f45c57);
}

Rosy Shades color palette created on .