Parchment Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Parchment Rose palette
Parchment Rose color palette CSS
/* CSS */
.color-1 {
color: #f1e9d0;
}
.color-2 {
color: #e5c19f;
}
.color-3 {
color: #d6a08f;
}
.color-4 {
color: #c87979;
}
.color-5 {
color: #a94c4d;
}
/* CSS Variables */
:root {
--color-1: #f1e9d0;
--color-2: #e5c19f;
--color-3: #d6a08f;
--color-4: #c87979;
--color-5: #a94c4d;
}
Parchment Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9d0, #e5c19f, #d6a08f, #c87979, #a94c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9d0, #e5c19f, #d6a08f, #c87979, #a94c4d);
}
Similar color palettes
Scroll down to explore 200+ Beige color palettes
Parchment Rose color palette created on .