Paleta de colores Rebel Bloom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rebel Bloom palette

Compartir esta paleta en:

CSS de la paleta de colores Rebel Bloom

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #7f1f5c;
}
.color-3 {
color: #c94a64;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #f9e6b9;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #7f1f5c;
--color-3: #c94a64;
--color-4: #f4a462;
--color-5: #f9e6b9;
}

CSS del degradado de fondo Rebel Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #7f1f5c, #c94a64, #f4a462, #f9e6b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #7f1f5c, #c94a64, #f4a462, #f9e6b9);
}

Paletas de colores similares

Rebel Bloom color palette created on .