Frosted Ember Color Palette
Discover the beautiful Frosted Ember color palette featuring casper (#afc4d4), catskill white (#e7f0f3), geyser (#d9e3e3), ronchi (#f1c84b) and paarl (#9f512d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withCool Winter, Light Winter, Bright Autumn, Light, Sun 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 Ember palette
💻 Frosted Ember color palette CSS
/* CSS */
.color-1 {
color: #afc4d4;
}
.color-2 {
color: #e7f0f3;
}
.color-3 {
color: #d9e3e3;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #9f512d;
}
/* CSS Variables */
:root {
--color-1: #afc4d4;
--color-2: #e7f0f3;
--color-3: #d9e3e3;
--color-4: #f1c84b;
--color-5: #9f512d;
}
🌈 Frosted Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afc4d4, #e7f0f3, #d9e3e3, #f1c84b, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afc4d4, #e7f0f3, #d9e3e3, #f1c84b, #9f512d);
}
🔗 Explore similar color palettes
Frosted Ember color palette created on .