Frosty Meadow Color Palette
Discover the beautiful Frosty Meadow color palette featuring parchment (#f0e9d1), beryl green (#d3dfb3), spring rain (#a9c9a1), viking (#79b8d8) and smalt blue (#4f7d8c).
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 Frosty Meadow palette
💻 Frosty Meadow color palette CSS
/* CSS */
.color-1 {
color: #f0e9d1;
}
.color-2 {
color: #d3dfb3;
}
.color-3 {
color: #a9c9a1;
}
.color-4 {
color: #79b8d8;
}
.color-5 {
color: #4f7d8c;
}
/* CSS Variables */
:root {
--color-1: #f0e9d1;
--color-2: #d3dfb3;
--color-3: #a9c9a1;
--color-4: #79b8d8;
--color-5: #4f7d8c;
} 🌈 Frosty Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e9d1, #d3dfb3, #a9c9a1, #79b8d8, #4f7d8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e9d1, #d3dfb3, #a9c9a1, #79b8d8, #4f7d8c);
} 🔗 Explore similar color palettes
Frosty Meadow color palette created on .