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