Soft Serenity Color Palette
Discover the beautiful Soft Serenity color palette featuring spindle (#c7c7f0), linen (#fdf2f2), cold purple (#b4a2dd), blue haze (#d1d1e5) and white (#ffffff).
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 Soft Serenity palette
💻 Soft Serenity color palette CSS
/* CSS */
.color-1 {
color: #c7c7f0;
}
.color-2 {
color: #fdf2f2;
}
.color-3 {
color: #b4a2dd;
}
.color-4 {
color: #d1d1e5;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #c7c7f0;
--color-2: #fdf2f2;
--color-3: #b4a2dd;
--color-4: #d1d1e5;
--color-5: #ffffff;
}
🌈 Soft Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c7f0, #fdf2f2, #b4a2dd, #d1d1e5, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c7f0, #fdf2f2, #b4a2dd, #d1d1e5, #ffffff);
}
🔗 Explore similar color palettes
Soft Serenity color palette created on .