Paleta de colores Sunshine Cream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunshine Cream palette

Compartir esta paleta en:

Descargar la paleta de colores Sunshine Cream (PNG)

Download sunshine cream color palette PNG image (landscape)
Download sunshine cream color palette PNG image (square)

CSS de la paleta de colores Sunshine Cream

/* CSS */
.color-1 {
color: #f9e66c;
}
.color-2 {
color: #f6e1a7;
}
.color-3 {
color: #f3d6a5;
}
.color-4 {
color: #f1d1a2;
}
.color-5 {
color: #f0d7b7;
}

/* CSS Variables */
:root {
--color-1: #f9e66c;
--color-2: #f6e1a7;
--color-3: #f3d6a5;
--color-4: #f1d1a2;
--color-5: #f0d7b7;
}

CSS del degradado de fondo Sunshine Cream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e66c, #f6e1a7, #f3d6a5, #f1d1a2, #f0d7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e66c, #f6e1a7, #f3d6a5, #f1d1a2, #f0d7b7);
}

Sunshine Cream color palette created on .