Dono Roma Promo Color Palette
Discover the beautiful Dono Roma Promo color palette featuring raw sienna (#cd6847), new orleans (#f2c89c), dawn pink (#f3ede7), spindle (#c1def1) and fiord (#3d5266).
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 Dono Roma Promo palette
๐ป Dono Roma Promo color palette CSS
/* CSS */
.color-1 {
color: #cd6847;
}
.color-2 {
color: #f2c89c;
}
.color-3 {
color: #f3ede7;
}
.color-4 {
color: #c1def1;
}
.color-5 {
color: #3d5266;
}
/* CSS Variables */
:root {
--color-1: #cd6847;
--color-2: #f2c89c;
--color-3: #f3ede7;
--color-4: #c1def1;
--color-5: #3d5266;
} ๐ Dono Roma Promo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cd6847, #f2c89c, #f3ede7, #c1def1, #3d5266);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cd6847, #f2c89c, #f3ede7, #c1def1, #3d5266);
} ๐ Explore similar color palettes
Dono Roma Promo color palette created on .