Paleta de colores Savory Slice Medley

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Savory Slice Medley palette

Compartir esta paleta en:

CSS de la paleta de colores Savory Slice Medley

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #d67a3d;
}
.color-4 {
color: #e04f38;
}
.color-5 {
color: #793d39;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f1a94b;
--color-3: #d67a3d;
--color-4: #e04f38;
--color-5: #793d39;
}

CSS del degradado de fondo Savory Slice Medley

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f1a94b, #d67a3d, #e04f38, #793d39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f1a94b, #d67a3d, #e04f38, #793d39);
}

Savory Slice Medley color palette created on .