Paleta de colores Sweet Sorbet Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Sorbet Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Sorbet Dreams

/* CSS */
.color-1 {
color: #c19b6c;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f2b1c4;
}
.color-5 {
color: #ffbfa3;
}

/* CSS Variables */
:root {
--color-1: #c19b6c;
--color-2: #a7d7b8;
--color-3: #a3c7e0;
--color-4: #f2b1c4;
--color-5: #ffbfa3;
}

CSS del degradado de fondo Sweet Sorbet Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19b6c, #a7d7b8, #a3c7e0, #f2b1c4, #ffbfa3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19b6c, #a7d7b8, #a3c7e0, #f2b1c4, #ffbfa3);
}

Sweet Sorbet Dreams color palette created on .