Pale Ivory Fur Color Palette
Discover the beautiful Pale Ivory Fur color palette featuring double spanish white (#e5d3b3), almond (#efe0c3), albescent white (#f6e1d5), quarter spanish white (#f9f2e7) and old lace (#fdf4ed).
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 Pale Ivory Fur palette
💻 Pale Ivory Fur color palette CSS
/* CSS */
.color-1 {
color: #e5d3b3;
}
.color-2 {
color: #efe0c3;
}
.color-3 {
color: #f6e1d5;
}
.color-4 {
color: #f9f2e7;
}
.color-5 {
color: #fdf4ed;
}
/* CSS Variables */
:root {
--color-1: #e5d3b3;
--color-2: #efe0c3;
--color-3: #f6e1d5;
--color-4: #f9f2e7;
--color-5: #fdf4ed;
}
🌈 Pale Ivory Fur background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d3b3, #efe0c3, #f6e1d5, #f9f2e7, #fdf4ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d3b3, #efe0c3, #f6e1d5, #f9f2e7, #fdf4ed);
}
🔗 Explore similar color palettes
Pale Ivory Fur color palette created on .