Paleta de colores Gourmet Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gourmet Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Gourmet Delight

/* CSS */
.color-1 {
color: #f8b830;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffa98f;
}
.color-4 {
color: #ffccbd;
}
.color-5 {
color: #ff8a66;
}

/* CSS Variables */
:root {
--color-1: #f8b830;
--color-2: #ff6e61;
--color-3: #ffa98f;
--color-4: #ffccbd;
--color-5: #ff8a66;
}

CSS del degradado de fondo Gourmet Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b830, #ff6e61, #ffa98f, #ffccbd, #ff8a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b830, #ff6e61, #ffa98f, #ffccbd, #ff8a66);
}

Gourmet Delight color palette created on .