Pink Neutrals Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Neutrals palette
Pink Neutrals color palette CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f9b4d2;
}
.color-3 {
color: #e89bb2;
}
.color-4 {
color: #c7a78e;
}
.color-5 {
color: #b0a89c;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f9b4d2;
--color-3: #e89bb2;
--color-4: #c7a78e;
--color-5: #b0a89c;
}
Pink Neutrals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f9b4d2, #e89bb2, #c7a78e, #b0a89c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f9b4d2, #e89bb2, #c7a78e, #b0a89c);
}
Similar color palettes
- Funky Green
- Vibrant Orange
- Pink Sunshine
- Tender Affections
- Pink Sugar
- Tender Affections
- Electric Slime Fusion
- Sunset Reverie
- Sylvester's Sunset Serenade
- Sunset Citrus Bliss
- Light Yellow and Light Red
- Warm Yellow
- Electric Dreamscape
- Tropical Sunset Splash
- Electric Dreamscape
- Light Yellow and Light Red
- Golden Reverie
- Eternal Blossom
Pink Neutrals color palette created on .