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: #d60032;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffc105;
}
.color-4 {
color: #f8b9ce;
}
.color-5 {
color: #f3e4aa;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff7142;
--color-3: #ffc105;
--color-4: #f8b9ce;
--color-5: #f3e4aa;
}

CSS del degradado de fondo Romantic Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff7142, #ffc105, #f8b9ce, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff7142, #ffc105, #f8b9ce, #f3e4aa);
}

Romantic Reverie color palette created on .