Frosted Petals Color Palette
Discover the beautiful Frosted Petals color palette featuring azalea (#f7d6d4), powder blue (#b2e4e6), cornflower (#9cb4e7), gothic (#698d9b) and fiord (#3c4e68).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withLight Summer, Cool Winter, Pastel, Bright, Blue color palettes and combinations.
💡 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 Frosted Petals palette
💻 Frosted Petals color palette CSS
/* CSS */
.color-1 {
color: #f7d6d4;
}
.color-2 {
color: #b2e4e6;
}
.color-3 {
color: #9cb4e7;
}
.color-4 {
color: #698d9b;
}
.color-5 {
color: #3c4e68;
}
/* CSS Variables */
:root {
--color-1: #f7d6d4;
--color-2: #b2e4e6;
--color-3: #9cb4e7;
--color-4: #698d9b;
--color-5: #3c4e68;
}
🌈 Frosted Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d6d4, #b2e4e6, #9cb4e7, #698d9b, #3c4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d6d4, #b2e4e6, #9cb4e7, #698d9b, #3c4e68);
}
🔗 Explore similar color palettes
Frosted Petals color palette created on .