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