Blossom Frost Color Palette
Discover the beautiful Blossom Frost color palette featuring flesh (#ffcba3), hit pink (#ffab8a), salmon (#ff8e6b), persimmon (#ff6f52) and sunset orange (#ff4938).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withSoft Summer, Warm Spring, Peach, Coral, Bright 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 Blossom Frost palette
💻 Blossom Frost color palette CSS
/* CSS */
.color-1 {
color: #ffcba3;
}
.color-2 {
color: #ffab8a;
}
.color-3 {
color: #ff8e6b;
}
.color-4 {
color: #ff6f52;
}
.color-5 {
color: #ff4938;
}
/* CSS Variables */
:root {
--color-1: #ffcba3;
--color-2: #ffab8a;
--color-3: #ff8e6b;
--color-4: #ff6f52;
--color-5: #ff4938;
}
🌈 Blossom Frost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcba3, #ffab8a, #ff8e6b, #ff6f52, #ff4938);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcba3, #ffab8a, #ff8e6b, #ff6f52, #ff4938);
}
🔗 Explore similar color palettes
Blossom Frost color palette created on .