Peachy Warmth Color Palette
Discover the beautiful Peachy Warmth color palette featuring casablanca (#f4b943), rajah (#f4c47b), new orleans (#f4d8a4), albescent white (#f4e2c8) and janna (#f4e9d7).
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 Peachy Warmth palette
💻 Peachy Warmth color palette CSS
/* CSS */
.color-1 {
color: #f4b943;
}
.color-2 {
color: #f4c47b;
}
.color-3 {
color: #f4d8a4;
}
.color-4 {
color: #f4e2c8;
}
.color-5 {
color: #f4e9d7;
}
/* CSS Variables */
:root {
--color-1: #f4b943;
--color-2: #f4c47b;
--color-3: #f4d8a4;
--color-4: #f4e2c8;
--color-5: #f4e9d7;
} 🌈 Peachy Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b943, #f4c47b, #f4d8a4, #f4e2c8, #f4e9d7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b943, #f4c47b, #f4d8a4, #f4e2c8, #f4e9d7);
} 🔗 Explore similar color palettes
Peachy Warmth color palette created on .