Prismatic Harmony Color Palette
Discover the beautiful Prismatic Harmony color palette featuring we peep (#f3ced6), almond (#f1dfd0), parchment (#f1e6d0), ziggurat (#b3dadf) and light wisteria (#bea4da).
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 Prismatic Harmony palette
💻 Prismatic Harmony color palette CSS
/* CSS */
.color-1 {
color: #f3ced6;
}
.color-2 {
color: #f1dfd0;
}
.color-3 {
color: #f1e6d0;
}
.color-4 {
color: #b3dadf;
}
.color-5 {
color: #bea4da;
}
/* CSS Variables */
:root {
--color-1: #f3ced6;
--color-2: #f1dfd0;
--color-3: #f1e6d0;
--color-4: #b3dadf;
--color-5: #bea4da;
} 🌈 Prismatic Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ced6, #f1dfd0, #f1e6d0, #b3dadf, #bea4da);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ced6, #f1dfd0, #f1e6d0, #b3dadf, #bea4da);
} 🔗 Explore similar color palettes
Prismatic Harmony color palette created on .