Paleta de colores Creamy Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Creamy Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Creamy Sunshine

/* CSS */
.color-1 {
color: #f5c75c;
}
.color-2 {
color: #f9d88b;
}
.color-3 {
color: #fde2b4;
}
.color-4 {
color: #f2ac6e;
}
.color-5 {
color: #ddaf3c;
}

/* CSS Variables */
:root {
--color-1: #f5c75c;
--color-2: #f9d88b;
--color-3: #fde2b4;
--color-4: #f2ac6e;
--color-5: #ddaf3c;
}

CSS del degradado de fondo Creamy Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c75c, #f9d88b, #fde2b4, #f2ac6e, #ddaf3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c75c, #f9d88b, #fde2b4, #f2ac6e, #ddaf3c);
}

Creamy Sunshine color palette created on .