Pink Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sunset palette
Pink Sunset color palette CSS
/* CSS */
.color-1 {
color: #f1a7d5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #68bb6c;
}
/* CSS Variables */
:root {
--color-1: #f1a7d5;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #ffcc00;
--color-5: #68bb6c;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7d5, #ff6e61, #ffb84d, #ffcc00, #68bb6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7d5, #ff6e61, #ffb84d, #ffcc00, #68bb6c);
}
Similar color palettes
- Warm Yellow Conversation
- Bright Blue
- Whispers of Belief
- Vermont Sunset Serenade
- Shades of Pink
- Cherry Blossom Breeze
- Evelyn's Elegance
- Neon Circuit Dreams
- Julie’s Garden of Dreams
- Pink Lily
- Pink Dandy
- Blossom Dreamscape
- Blossom Dreams
- Zephyr Dreams
- Pink Coquette
- Vibrant Yellow
- Wicked Charm of the Goat
- Pink and Blue Dreams
Pink Sunset color palette created on .