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: #f2a6b4;
}
.color-2 {
color: #eab8ca;
}
.color-3 {
color: #f8c5b4;
}
.color-4 {
color: #f9df9f;
}
.color-5 {
color: #f3d68c;
}

/* CSS Variables */
:root {
--color-1: #f2a6b4;
--color-2: #eab8ca;
--color-3: #f8c5b4;
--color-4: #f9df9f;
--color-5: #f3d68c;
}

CSS del degradado de fondo Romantic Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6b4, #eab8ca, #f8c5b4, #f9df9f, #f3d68c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6b4, #eab8ca, #f8c5b4, #f9df9f, #f3d68c);
}

Romantic Reverie color palette created on .