Iridescent Whispers Color Palette
Discover the beautiful Iridescent Whispers color palette featuring sinbad (#a2d5d7), light orchid (#e9b4d3), marzipan (#f8d19b), rose bud (#f9b79f) and froly (#ef7b8b).
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 Iridescent Whispers palette
💻 Iridescent Whispers color palette CSS
/* CSS */
.color-1 {
color: #a2d5d7;
}
.color-2 {
color: #e9b4d3;
}
.color-3 {
color: #f8d19b;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #ef7b8b;
}
/* CSS Variables */
:root {
--color-1: #a2d5d7;
--color-2: #e9b4d3;
--color-3: #f8d19b;
--color-4: #f9b79f;
--color-5: #ef7b8b;
}
🌈 Iridescent Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d5d7, #e9b4d3, #f8d19b, #f9b79f, #ef7b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d5d7, #e9b4d3, #f8d19b, #f9b79f, #ef7b8b);
}
🔗 Explore similar color palettes
Iridescent Whispers color palette created on .