Paleta de colores Sweet

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet palette

Compartir esta paleta en:

Descargar la paleta de colores Sweet (PNG)

Download sweet color palette PNG image (landscape)
Download sweet color palette PNG image (square)

CSS de la paleta de colores Sweet

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa070;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #ffe0b3;
}
.color-5 {
color: #f9fbe9;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa070;
--color-3: #ffcc80;
--color-4: #ffe0b3;
--color-5: #f9fbe9;
}

CSS del degradado de fondo Sweet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa070, #ffcc80, #ffe0b3, #f9fbe9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa070, #ffcc80, #ffe0b3, #f9fbe9);
}

Sweet color palette created on .