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