Pink Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Dream palette
Pink Dream color palette CSS
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d5b8e5;
}
.color-4 {
color: #c3b1e2;
}
.color-5 {
color: #f6eba7;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d5b8e5;
--color-4: #c3b1e2;
--color-5: #f6eba7;
}
Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d5b8e5, #c3b1e2, #f6eba7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d5b8e5, #c3b1e2, #f6eba7);
}
Similar color palettes
- Pink Bubblegum
- Golden Rose Dream
- Celestial Blossom Harmony
- Gigi's Whimsical Charm
- Serpent's Elegance
- Blossom Serenade
- Carnation Red Sunset
- Silken Twilight
- Yellow Banana Split
- Carnival of Shadows
- Cotton Candy Dreams
- Pink Daydream
- Enigmatic Whispers
- Orange Daydream
- Pink Saxine
- Sparkling Elegance
- Fortune's Blossom
- Celestial Blossom
Pink Dream color palette created on .