Ivory Gothic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ivory Gothic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ivory Gothic Color Palette (PNG)
Ivory Gothic color palette CSS
/* CSS */
.color-1 {
color: #f2e7d4;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #b6a99a;
}
.color-4 {
color: #8a7a6a;
}
.color-5 {
color: #5d4e4b;
}
/* CSS Variables */
:root {
--color-1: #f2e7d4;
--color-2: #d5cec3;
--color-3: #b6a99a;
--color-4: #8a7a6a;
--color-5: #5d4e4b;
}
Ivory Gothic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7d4, #d5cec3, #b6a99a, #8a7a6a, #5d4e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7d4, #d5cec3, #b6a99a, #8a7a6a, #5d4e4b);
}
Similar color palettes
Ivory Gothic color palette created on .