Rum Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rum Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rum Dream Color Palette (PNG)
Rum Dream color palette CSS
/* CSS */
.color-1 {
color: #786887;
}
.color-2 {
color: #a77b7b;
}
.color-3 {
color: #c3a2a2;
}
.color-4 {
color: #e7c0c0;
}
.color-5 {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--color-1: #786887;
--color-2: #a77b7b;
--color-3: #c3a2a2;
--color-4: #e7c0c0;
--color-5: #f6e4e4;
}
Rum Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #786887, #a77b7b, #c3a2a2, #e7c0c0, #f6e4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #786887, #a77b7b, #c3a2a2, #e7c0c0, #f6e4e4);
}
Similar color palettes
Scroll down to explore 1000+ colors.rum color palettes
Rum Dream color palette created on .