Rose Vale Caramel Color Palette
Discover the beautiful Rose Vale Caramel color palette featuring eunry (#d09a9a), manhattan (#f4c79f), periwinkle gray (#b3cde0), lily (#c6a4b2) and domino (#8c795a).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Rose Vale Caramel palette
💻 Rose Vale Caramel color palette CSS
/* CSS */
.color-1 {
color: #d09a9a;
}
.color-2 {
color: #f4c79f;
}
.color-3 {
color: #b3cde0;
}
.color-4 {
color: #c6a4b2;
}
.color-5 {
color: #8c795a;
}
/* CSS Variables */
:root {
--color-1: #d09a9a;
--color-2: #f4c79f;
--color-3: #b3cde0;
--color-4: #c6a4b2;
--color-5: #8c795a;
}
🌈 Rose Vale Caramel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d09a9a, #f4c79f, #b3cde0, #c6a4b2, #8c795a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d09a9a, #f4c79f, #b3cde0, #c6a4b2, #8c795a);
}
🔗 Explore similar color palettes
Rose Vale Caramel color palette created on .