Paleta de colores Sunshine Sorbet Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunshine Sorbet Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Sunshine Sorbet Delight

/* CSS */
.color-1 {
color: #f3e57c;
}
.color-2 {
color: #f9d290;
}
.color-3 {
color: #fbc2a7;
}
.color-4 {
color: #f7a6b6;
}
.color-5 {
color: #f6799b;
}

/* CSS Variables */
:root {
--color-1: #f3e57c;
--color-2: #f9d290;
--color-3: #fbc2a7;
--color-4: #f7a6b6;
--color-5: #f6799b;
}

CSS del degradado de fondo Sunshine Sorbet Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e57c, #f9d290, #fbc2a7, #f7a6b6, #f6799b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e57c, #f9d290, #fbc2a7, #f7a6b6, #f6799b);
}

Sunshine Sorbet Delight color palette created on .