Paleta de colores Blushing Rose Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Rose Reverie palette
CSS de la paleta de colores Blushing Rose Reverie
/* CSS */
.color-1 {
color: #fbf9f9;
}
.color-2 {
color: #cfafb9;
}
.color-3 {
color: #ad7686;
}
.color-4 {
color: #934d63;
}
.color-5 {
color: #812c47;
}
/* CSS Variables */
:root {
--color-1: #fbf9f9;
--color-2: #cfafb9;
--color-3: #ad7686;
--color-4: #934d63;
--color-5: #812c47;
}
CSS del degradado de fondo Blushing Rose Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbf9f9, #cfafb9, #ad7686, #934d63, #812c47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbf9f9, #cfafb9, #ad7686, #934d63, #812c47);
}
Paletas de colores similares
Blushing Rose Reverie color palette created on .