Paleta de colores Sunlit Creams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Creams palette

Compartir esta paleta en:

CSS de la paleta de colores Sunlit Creams

/* CSS */
.color-1 {
color: #f6e2a2;
}
.color-2 {
color: #f1d588;
}
.color-3 {
color: #eac06c;
}
.color-4 {
color: #e1a86b;
}
.color-5 {
color: #d68f3d;
}

/* CSS Variables */
:root {
--color-1: #f6e2a2;
--color-2: #f1d588;
--color-3: #eac06c;
--color-4: #e1a86b;
--color-5: #d68f3d;
}

CSS del degradado de fondo Sunlit Creams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2a2, #f1d588, #eac06c, #e1a86b, #d68f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2a2, #f1d588, #eac06c, #e1a86b, #d68f3d);
}

Sunlit Creams color palette created on .