Rusty Romance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rusty Romance palette
Rusty Romance color palette CSS
/* CSS */
.color-1 {
color: #c7463d;
}
.color-2 {
color: #ce7a69;
}
.color-3 {
color: #df9d8b;
}
.color-4 {
color: #e7c1b6;
}
.color-5 {
color: #f2d7cf;
}
/* CSS Variables */
:root {
--color-1: #c7463d;
--color-2: #ce7a69;
--color-3: #df9d8b;
--color-4: #e7c1b6;
--color-5: #f2d7cf;
}
Rusty Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7463d, #ce7a69, #df9d8b, #e7c1b6, #f2d7cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7463d, #ce7a69, #df9d8b, #e7c1b6, #f2d7cf);
}
Similar color palettes
Scroll down to explore 300+ Coral color palettes
Rusty Romance color palette created on .