Paleta de colores Romantic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Romantic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Romantic

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

CSS de la paleta de colores Romantic

/* CSS */
.color-1 {
color: #f9c3ce;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e77e8e;
}
.color-4 {
color: #d54d6b;
}
.color-5 {
color: #aa2c49;
}

/* CSS Variables */
:root {
--color-1: #f9c3ce;
--color-2: #f1a7b6;
--color-3: #e77e8e;
--color-4: #d54d6b;
--color-5: #aa2c49;
}

CSS del degradado de fondo Romantic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3ce, #f1a7b6, #e77e8e, #d54d6b, #aa2c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3ce, #f1a7b6, #e77e8e, #d54d6b, #aa2c49);
}

Romantic color palette created on .