Divine Radiance Color Palette
Discover the beautiful Divine Radiance color palette featuring dairy cream (#f9e6b9), marzipan (#f7d7a1), manhattan (#f5c199), mauvelous (#f3998c) and deep blush (#e76f7f).
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 Divine Radiance palette
💻 Divine Radiance color palette CSS
/* CSS */
.color-1 {
color: #f9e6b9;
}
.color-2 {
color: #f7d7a1;
}
.color-3 {
color: #f5c199;
}
.color-4 {
color: #f3998c;
}
.color-5 {
color: #e76f7f;
}
/* CSS Variables */
:root {
--color-1: #f9e6b9;
--color-2: #f7d7a1;
--color-3: #f5c199;
--color-4: #f3998c;
--color-5: #e76f7f;
}
🌈 Divine Radiance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e6b9, #f7d7a1, #f5c199, #f3998c, #e76f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e6b9, #f7d7a1, #f5c199, #f3998c, #e76f7f);
}
🔗 Explore similar color palettes
Divine Radiance color palette created on .