Vanilla Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vanilla Dreamscape palette
Vanilla Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f7e8cf;
}
.color-2 {
color: #f2d4b1;
}
.color-3 {
color: #f1c1a7;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #d39969;
}
/* CSS Variables */
:root {
--color-1: #f7e8cf;
--color-2: #f2d4b1;
--color-3: #f1c1a7;
--color-4: #e9b79f;
--color-5: #d39969;
}
Vanilla Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8cf, #f2d4b1, #f1c1a7, #e9b79f, #d39969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8cf, #f2d4b1, #f1c1a7, #e9b79f, #d39969);
}
Similar color palettes
- Sweet Whimsy
- Whimsical Jane
- Lustrous Elegance
- Cool Light Blues
- Whimsical Creamsicle Dream
- Light Pink
- Lustrous Opulence
- Groovy Garden Fiesta
- Pink Strawberry Shortcake
- Gentle Breeze
- Orange Vanilla Dream
- Whimsical Confectionery Dream
- Cherry Blossom Breeze
- Pastel Marble
- Golden Honey
- Whimsical Wings
- Yellow Lounaryn
- Serene August Dreams
Vanilla Dreamscape color palette created on .