Icy Opulence Color Palette
Discover the beautiful Icy Opulence color palette featuring foam (#daf0fb), foam (#e2f4fc), foam (#e9f9fd), foam (#f4fbfe) and twilight blue (#fdffff).
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 Icy Opulence palette
💻 Icy Opulence color palette CSS
/* CSS */
.color-1 {
color: #daf0fb;
}
.color-2 {
color: #e2f4fc;
}
.color-3 {
color: #e9f9fd;
}
.color-4 {
color: #f4fbfe;
}
.color-5 {
color: #fdffff;
}
/* CSS Variables */
:root {
--color-1: #daf0fb;
--color-2: #e2f4fc;
--color-3: #e9f9fd;
--color-4: #f4fbfe;
--color-5: #fdffff;
} 🌈 Icy Opulence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daf0fb, #e2f4fc, #e9f9fd, #f4fbfe, #fdffff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daf0fb, #e2f4fc, #e9f9fd, #f4fbfe, #fdffff);
} 🔗 Explore similar color palettes
Icy Opulence color palette created on .