Paleta de colores Fruit Salad Medley

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fruit Salad Medley palette

Compartir esta paleta en:

CSS de la paleta de colores Fruit Salad Medley

/* CSS */
.color-1 {
color: #60be7f;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f2d16e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e04f38;
}

/* CSS Variables */
:root {
--color-1: #60be7f;
--color-2: #f1a8a2;
--color-3: #f2d16e;
--color-4: #ff6e61;
--color-5: #e04f38;
}

CSS del degradado de fondo Fruit Salad Medley

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60be7f, #f1a8a2, #f2d16e, #ff6e61, #e04f38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60be7f, #f1a8a2, #f2d16e, #ff6e61, #e04f38);
}

Fruit Salad Medley color palette created on .