Serenity in Soft Hues Color Palette
Discover the beautiful Serenity in Soft Hues color palette featuring botticelli (#d4dfec), botticelli (#d0dbe7), botticelli (#c8d2e0), heather (#c0cbd8) and heather (#b6c1ce).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withPastel, Minimalist, Soft, Spring, Summer color palettes and combinations.
💡 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 Serenity in Soft Hues palette
💻 Serenity in Soft Hues color palette CSS
/* CSS */
.color-1 {
color: #d4dfec;
}
.color-2 {
color: #d0dbe7;
}
.color-3 {
color: #c8d2e0;
}
.color-4 {
color: #c0cbd8;
}
.color-5 {
color: #b6c1ce;
}
/* CSS Variables */
:root {
--color-1: #d4dfec;
--color-2: #d0dbe7;
--color-3: #c8d2e0;
--color-4: #c0cbd8;
--color-5: #b6c1ce;
}
🌈 Serenity in Soft Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4dfec, #d0dbe7, #c8d2e0, #c0cbd8, #b6c1ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4dfec, #d0dbe7, #c8d2e0, #c0cbd8, #b6c1ce);
}
🔗 Explore similar color palettes
Serenity in Soft Hues color palette created on .