Paleta de colores Raspberry Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Raspberry Reverie palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Raspberry Reverie

Download raspberry reverie color palette PNG image (landscape)
Download raspberry reverie color palette PNG image (square)

CSS de la paleta de colores Raspberry Reverie

/* CSS */
.color-1 {
color: #8c1d40;
}
.color-2 {
color: #a32e53;
}
.color-3 {
color: #c55e78;
}
.color-4 {
color: #d8a6b0;
}
.color-5 {
color: #f2c0d5;
}

/* CSS Variables */
:root {
--color-1: #8c1d40;
--color-2: #a32e53;
--color-3: #c55e78;
--color-4: #d8a6b0;
--color-5: #f2c0d5;
}

CSS del degradado de fondo Raspberry Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c1d40, #a32e53, #c55e78, #d8a6b0, #f2c0d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c1d40, #a32e53, #c55e78, #d8a6b0, #f2c0d5);
}

Raspberry Reverie color palette created on .