Paleta de colores Romantic Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Romantic Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Romantic Reverie

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f58a8a;
}
.color-3 {
color: #f05c8d;
}
.color-4 {
color: #ca4e9b;
}
.color-5 {
color: #8e3c9a;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f58a8a;
--color-3: #f05c8d;
--color-4: #ca4e9b;
--color-5: #8e3c9a;
}

CSS del degradado de fondo Romantic Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f58a8a, #f05c8d, #ca4e9b, #8e3c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f58a8a, #f05c8d, #ca4e9b, #8e3c9a);
}

Romantic Reverie color palette created on .