Roman Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Roman palette

Share this palette to:

Roman color palette PNG image

Download roman color palette PNG image (landscape)
Download roman color palette PNG image (square)

Roman color palette CSS

/* CSS */
.color-1 {
color: #c5a6b8;
}
.color-2 {
color: #ba8cb2;
}
.color-3 {
color: #9d6c9d;
}
.color-4 {
color: #6b4b8b;
}
.color-5 {
color: #4c2c6d;
}

/* CSS Variables */
:root {
--color-1: #c5a6b8;
--color-2: #ba8cb2;
--color-3: #9d6c9d;
--color-4: #6b4b8b;
--color-5: #4c2c6d;
}

Roman background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5a6b8, #ba8cb2, #9d6c9d, #6b4b8b, #4c2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5a6b8, #ba8cb2, #9d6c9d, #6b4b8b, #4c2c6d);
}

Roman color palette created on .