Paleta de colores Literary Rose

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Literary Rose palette

Compartir esta paleta en:

CSS de la paleta de colores Literary Rose

/* CSS */
.color-1 {
color: #ffc9b3;
}
.color-2 {
color: #ffdfc7;
}
.color-3 {
color: #ffecc7;
}
.color-4 {
color: #fda0e3;
}
.color-5 {
color: #e980f9;
}

/* CSS Variables */
:root {
--color-1: #ffc9b3;
--color-2: #ffdfc7;
--color-3: #ffecc7;
--color-4: #fda0e3;
--color-5: #e980f9;
}

CSS del degradado de fondo Literary Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc9b3, #ffdfc7, #ffecc7, #fda0e3, #e980f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc9b3, #ffdfc7, #ffecc7, #fda0e3, #e980f9);
}

Literary Rose color palette created on .