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: #f9e6b9;
}
.color-2 {
color: #f3c5a0;
}
.color-3 {
color: #f19b8e;
}
.color-4 {
color: #f56b77;
}
.color-5 {
color: #d64c76;
}
/* CSS Variables */
:root {
--color-1: #f9e6b9;
--color-2: #f3c5a0;
--color-3: #f19b8e;
--color-4: #f56b77;
--color-5: #d64c76;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e6b9, #f3c5a0, #f19b8e, #f56b77, #d64c76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e6b9, #f3c5a0, #f19b8e, #f56b77, #d64c76);
}
Similar color palettes
- Serene Waters
- Charming Neighbors
- Tropical Serenity
- Coral Sunset
- Peachy Kimi
- Coral Sunset
- Coral Constellation Delight
- Sunrise Serenade
- Whimsical Forest Dream
- Tropical Escape
- Celestial Harmony
- Tropical Teal Harmony
- Oceanic Serenity
- Chardonnay Sunset
- Seaside Serenade
- Golden Sand Shades
- Serene Aqua Breeze
- Tropical Mirage
Pink Shades color palette created on .