Ivory Rouge Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ivory Rouge palette
Ivory Rouge color palette PNG image
Ivory Rouge color palette CSS
/* CSS */
.color-1 {
color: #f2e5d4;
}
.color-2 {
color: #f5c7c7;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #e2a6c1;
}
.color-5 {
color: #d66b8f;
}
/* CSS Variables */
:root {
--color-1: #f2e5d4;
--color-2: #f5c7c7;
--color-3: #eab8d1;
--color-4: #e2a6c1;
--color-5: #d66b8f;
}
Ivory Rouge background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5d4, #f5c7c7, #eab8d1, #e2a6c1, #d66b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5d4, #f5c7c7, #eab8d1, #e2a6c1, #d66b8f);
}
Similar color palettes
Ivory Rouge color palette created on .