Paleta de colores Orange Snacks

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Snacks palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Snacks

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d3d;
}
.color-4 {
color: #b2d7d0;
}
.color-5 {
color: #6d5e9c;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #ff3d3d;
--color-4: #b2d7d0;
--color-5: #6d5e9c;
}

CSS del degradado de fondo Orange Snacks

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #ff3d3d, #b2d7d0, #6d5e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #ff3d3d, #b2d7d0, #6d5e9c);
}

Orange Snacks color palette created on .