Paleta de colores Savory Sweet Slice

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Savory Sweet Slice palette

Compartir esta paleta en:

CSS de la paleta de colores Savory Sweet Slice

/* CSS */
.color-1 {
color: #ffcc66;
}
.color-2 {
color: #e2a64b;
}
.color-3 {
color: #c86b4c;
}
.color-4 {
color: #a6493f;
}
.color-5 {
color: #7d2b3d;
}

/* CSS Variables */
:root {
--color-1: #ffcc66;
--color-2: #e2a64b;
--color-3: #c86b4c;
--color-4: #a6493f;
--color-5: #7d2b3d;
}

CSS del degradado de fondo Savory Sweet Slice

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc66, #e2a64b, #c86b4c, #a6493f, #7d2b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc66, #e2a64b, #c86b4c, #a6493f, #7d2b3d);
}

Savory Sweet Slice color palette created on .