Whispering Crystal Dreams Color Palette
Discover the beautiful Whispering Crystal Dreams color palette featuring morning glory (#9fd7e0), jagged ice (#b6e2e2), melanie (#e2b6d6), new orleans (#f1d6a7) and peach yellow (#f9e0ae).
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 Whispering Crystal Dreams palette
💻 Whispering Crystal Dreams color palette CSS
/* CSS */
.color-1 {
color: #9fd7e0;
}
.color-2 {
color: #b6e2e2;
}
.color-3 {
color: #e2b6d6;
}
.color-4 {
color: #f1d6a7;
}
.color-5 {
color: #f9e0ae;
}
/* CSS Variables */
:root {
--color-1: #9fd7e0;
--color-2: #b6e2e2;
--color-3: #e2b6d6;
--color-4: #f1d6a7;
--color-5: #f9e0ae;
}
🌈 Whispering Crystal Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd7e0, #b6e2e2, #e2b6d6, #f1d6a7, #f9e0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd7e0, #b6e2e2, #e2b6d6, #f1d6a7, #f9e0ae);
}
🔗 Explore similar color palettes
Whispering Crystal Dreams color palette created on .