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: #e4bfb4;
}
.color-2 {
color: #b8a3c8;
}
.color-3 {
color: #7e9ace;
}
.color-4 {
color: #4a8fc4;
}
.color-5 {
color: #2b4c6e;
}

/* CSS Variables */
:root {
--color-1: #e4bfb4;
--color-2: #b8a3c8;
--color-3: #7e9ace;
--color-4: #4a8fc4;
--color-5: #2b4c6e;
}

CSS del degradado de fondo Regal Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4bfb4, #b8a3c8, #7e9ace, #4a8fc4, #2b4c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4bfb4, #b8a3c8, #7e9ace, #4a8fc4, #2b4c6e);
}

Regal Reverie color palette created on .