Paleta de colores Strawberry Plum

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Strawberry Plum palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Strawberry Plum

Download strawberry plum color palette PNG image (landscape)
Download strawberry plum color palette PNG image (square)

CSS de la paleta de colores Strawberry Plum

/* CSS */
.color-1 {
color: #c34341;
}
.color-2 {
color: #c85153;
}
.color-3 {
color: #be4b4b;
}
.color-4 {
color: #964567;
}
.color-5 {
color: #a84d76;
}

/* CSS Variables */
:root {
--color-1: #c34341;
--color-2: #c85153;
--color-3: #be4b4b;
--color-4: #964567;
--color-5: #a84d76;
}

CSS del degradado de fondo Strawberry Plum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c34341, #c85153, #be4b4b, #964567, #a84d76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c34341, #c85153, #be4b4b, #964567, #a84d76);
}

Strawberry Plum color palette created on .