Paleta de colores Coral Friendship

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coral Friendship palette

Compartir esta paleta en:

Descargar la paleta de colores Coral Friendship (PNG)

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

CSS de la paleta de colores Coral Friendship

/* CSS */
.color-1 {
color: #ffc2a3;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #c74938;
}
.color-4 {
color: #3e3c8b;
}
.color-5 {
color: #a4e0d0;
}

/* CSS Variables */
:root {
--color-1: #ffc2a3;
--color-2: #ff6e61;
--color-3: #c74938;
--color-4: #3e3c8b;
--color-5: #a4e0d0;
}

CSS del degradado de fondo Coral Friendship

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2a3, #ff6e61, #c74938, #3e3c8b, #a4e0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2a3, #ff6e61, #c74938, #3e3c8b, #a4e0d0);
}

Coral Friendship color palette created on .