Pink Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Shades palette
Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #e9a5b1;
}
.color-4 {
color: #d68a9d;
}
.color-5 {
color: #b25c84;
}
/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #f7b5a1;
--color-3: #e9a5b1;
--color-4: #d68a9d;
--color-5: #b25c84;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #f7b5a1, #e9a5b1, #d68a9d, #b25c84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #f7b5a1, #e9a5b1, #d68a9d, #b25c84);
}
Similar color palettes
- Metallic Pink with Celestial Touches
- Blushing Strands
- Vibrant Yellow
- Sunset Blossom
- Warm Shades of Yellow
- Orange Blue Dream
- Blushing Romance
- Shadowed Serenity
- Pink Romance
- Blush & Bloom
- Whispers of Love
- Light Pink
- Enchanted Twilight
- Pink Rosette
- Cherry Blossom Dreamscape
- Elysian Sunset
- Fig Shades
- Harmony in Vibrance
Pink Shades color palette created on .