Pale Ivory Fur Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pale Ivory Fur palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pale Ivory Fur Color Palette (PNG)
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);
}
Similar color palettes
Pale Ivory Fur color palette created on .