Sweet Whimsy Delight Color Palette
Discover the beautiful Sweet Whimsy Delight color palette featuring lavender blush (#fff5f8), fair pink (#ffebeb), early dawn (#fff8eb), perfume (#f5c7fa) and foam (#d5fbfb).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sweet Whimsy Delight palette
💻 Sweet Whimsy Delight color palette CSS
/* CSS */
.color-1 {
color: #fff5f8;
}
.color-2 {
color: #ffebeb;
}
.color-3 {
color: #fff8eb;
}
.color-4 {
color: #f5c7fa;
}
.color-5 {
color: #d5fbfb;
}
/* CSS Variables */
:root {
--color-1: #fff5f8;
--color-2: #ffebeb;
--color-3: #fff8eb;
--color-4: #f5c7fa;
--color-5: #d5fbfb;
}
🌈 Sweet Whimsy Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff5f8, #ffebeb, #fff8eb, #f5c7fa, #d5fbfb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff5f8, #ffebeb, #fff8eb, #f5c7fa, #d5fbfb);
}
🔗 Explore similar color palettes
Sweet Whimsy Delight color palette created on .