Paleta de colores Regal Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Regal Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Regal Reverie

/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f2e1c4;
}
.color-3 {
color: #e3b5d3;
}
.color-4 {
color: #a9c8e0;
}
.color-5 {
color: #6897c0;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f2e1c4;
--color-3: #e3b5d3;
--color-4: #a9c8e0;
--color-5: #6897c0;
}

CSS del degradado de fondo Regal Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f2e1c4, #e3b5d3, #a9c8e0, #6897c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f2e1c4, #e3b5d3, #a9c8e0, #6897c0);
}

Regal Reverie color palette created on .