Paleta de colores Berry Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Berry Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Berry Dreamscape

/* CSS */
.color-1 {
color: #c44a8b;
}
.color-2 {
color: #a053b2;
}
.color-3 {
color: #6a5bcd;
}
.color-4 {
color: #dda1dd;
}
.color-5 {
color: #ff6bb5;
}

/* CSS Variables */
:root {
--color-1: #c44a8b;
--color-2: #a053b2;
--color-3: #6a5bcd;
--color-4: #dda1dd;
--color-5: #ff6bb5;
}

CSS del degradado de fondo Berry Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c44a8b, #a053b2, #6a5bcd, #dda1dd, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c44a8b, #a053b2, #6a5bcd, #dda1dd, #ff6bb5);
}

Berry Dreamscape color palette created on .