Paleta de colores Roman

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Roman palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Roman

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

CSS de la paleta de colores Roman

/* 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;
}

CSS del degradado de fondo Roman

/* 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 .