Ivory Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ivory Blossom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ivory Blossom Color Palette (PNG)
Ivory Blossom color palette CSS
/* CSS */
.color-1 {
color: #f6dfd0;
}
.color-2 {
color: #e7d0c5;
}
.color-3 {
color: #d7bfb7;
}
.color-4 {
color: #b7a59f;
}
.color-5 {
color: #a28f8b;
}
/* CSS Variables */
:root {
--color-1: #f6dfd0;
--color-2: #e7d0c5;
--color-3: #d7bfb7;
--color-4: #b7a59f;
--color-5: #a28f8b;
}
Ivory Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6dfd0, #e7d0c5, #d7bfb7, #b7a59f, #a28f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6dfd0, #e7d0c5, #d7bfb7, #b7a59f, #a28f8b);
}
Similar color palettes
Scroll down to explore 1 Ivory color palette
Ivory Blossom color palette created on .