Pink Angel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Angel palette
Pink Angel color palette CSS
/* CSS */
.color-1 {
color: #f1c1d9;
}
.color-2 {
color: #f5a8c9;
}
.color-3 {
color: #f297b4;
}
.color-4 {
color: #d68094;
}
.color-5 {
color: #af6a7c;
}
/* CSS Variables */
:root {
--color-1: #f1c1d9;
--color-2: #f5a8c9;
--color-3: #f297b4;
--color-4: #d68094;
--color-5: #af6a7c;
}
Pink Angel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c1d9, #f5a8c9, #f297b4, #d68094, #af6a7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c1d9, #f5a8c9, #f297b4, #d68094, #af6a7c);
}
Similar color palettes
- Blossom Breeze
- Whimsical Blossom
- Royal Rose Garden
- Mulberry Garden
- Pink Strawberry Milkshake
- Charming Serenity
- Pink Shades
- Shades of Green
- Whispers of the Ancients
- Purple Princess
- Shades of Green and Pink
- Pink Whisper Dreams
- Black Green Elegance
- Dahlia Dreams
- Rosewood Vibes
- Pink Dahlia
- Shades of Pink
- Whimsical Dreams
Pink Angel color palette created on .