Paleta de colores Coral Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coral Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Coral Elegance

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a8faf;
}
.color-3 {
color: #4b9b8e;
}
.color-4 {
color: #f2d49c;
}
.color-5 {
color: #d94f3a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a8faf;
--color-3: #4b9b8e;
--color-4: #f2d49c;
--color-5: #d94f3a;
}

CSS del degradado de fondo Coral Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a8faf, #4b9b8e, #f2d49c, #d94f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a8faf, #4b9b8e, #f2d49c, #d94f3a);
}

Coral Elegance color palette created on .