Paleta de colores Coral Spring

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coral Spring palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Coral Spring

Download coral spring color palette PNG image (landscape)
Download coral spring color palette PNG image (square)

CSS de la paleta de colores Coral Spring

/* CSS */
.color-1 {
color: #f7e9ca;
}
.color-2 {
color: #f4b5a4;
}
.color-3 {
color: #f29d9c;
}
.color-4 {
color: #d77f91;
}
.color-5 {
color: #a85d8c;
}

/* CSS Variables */
:root {
--color-1: #f7e9ca;
--color-2: #f4b5a4;
--color-3: #f29d9c;
--color-4: #d77f91;
--color-5: #a85d8c;
}

CSS del degradado de fondo Coral Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e9ca, #f4b5a4, #f29d9c, #d77f91, #a85d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e9ca, #f4b5a4, #f29d9c, #d77f91, #a85d8c);
}

Coral Spring color palette created on .