Paleta de colores Regal Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Regal Reverie palette
CSS de la paleta de colores Regal Reverie
/* CSS */
.color-1 {
color: #c4afcf;
}
.color-2 {
color: #a37b8c;
}
.color-3 {
color: #6d507c;
}
.color-4 {
color: #caaac9;
}
.color-5 {
color: #e3c0d3;
}
/* CSS Variables */
:root {
--color-1: #c4afcf;
--color-2: #a37b8c;
--color-3: #6d507c;
--color-4: #caaac9;
--color-5: #e3c0d3;
}
CSS del degradado de fondo Regal Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4afcf, #a37b8c, #6d507c, #caaac9, #e3c0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4afcf, #a37b8c, #6d507c, #caaac9, #e3c0d3);
}
Paletas de colores similares
Regal Reverie color palette created on .