Pastel Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Dream palette
Pastel Dream color palette CSS
/* CSS */
.color-1 {
color: #f38c8c;
}
.color-2 {
color: #a3d293;
}
.color-3 {
color: #e0f7fa;
}
.color-4 {
color: #fcfcfc;
}
.color-5 {
color: #ffe5f2;
}
/* CSS Variables */
:root {
--color-1: #f38c8c;
--color-2: #a3d293;
--color-3: #e0f7fa;
--color-4: #fcfcfc;
--color-5: #ffe5f2;
}
Pastel Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f38c8c, #a3d293, #e0f7fa, #fcfcfc, #ffe5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f38c8c, #a3d293, #e0f7fa, #fcfcfc, #ffe5f2);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
- Bright Green Summer
- Groovy Garden Fiesta
- Sunset in the Garden of Adelaide
- Norman's Garden
- Lotus Dreamscape
- Vibrant Pink
- Soulful Symphony
- Shades of Pink
- Blossom Serenity
- Pastel Wenda
- Theodore's Garden
- Feline Groove
- Shades of Pink
- Ethereal Resonance
- Vibrant Undead Utopia
- Vibrant Pink Green Yellow
- Shades of Pink
- Citrus Fizz
Pastel Dream color palette created on .