Paleta de colores Beky Shelf

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Beky Shelf palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Beky Shelf

Download beky shelf color palette PNG image (landscape)
Download beky shelf color palette PNG image (square)

CSS de la paleta de colores Beky Shelf

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #e47c8b;
}
.color-3 {
color: #c66c92;
}
.color-4 {
color: #a76dab;
}
.color-5 {
color: #8d5bae;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #e47c8b;
--color-3: #c66c92;
--color-4: #a76dab;
--color-5: #8d5bae;
}

CSS del degradado de fondo Beky Shelf

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #e47c8b, #c66c92, #a76dab, #8d5bae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #e47c8b, #c66c92, #a76dab, #8d5bae);
}

Beky Shelf color palette created on .