Paleta de colores Shades of Rose

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Rose palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shades of Rose

Download shades of rose color palette PNG image (landscape)
Download shades of rose color palette PNG image (square)

CSS de la paleta de colores Shades of Rose

/* CSS */
.color-1 {
color: #799a81;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #f2c8b5;
}
.color-4 {
color: #d98f7d;
}
.color-5 {
color: #9d4d6c;
}

/* CSS Variables */
:root {
--color-1: #799a81;
--color-2: #e4b5a0;
--color-3: #f2c8b5;
--color-4: #d98f7d;
--color-5: #9d4d6c;
}

CSS del degradado de fondo Shades of Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a81, #e4b5a0, #f2c8b5, #d98f7d, #9d4d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a81, #e4b5a0, #f2c8b5, #d98f7d, #9d4d6c);
}

Shades of Rose color palette created on .