Paleta de colores Blush and Sunlight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blush and Sunlight palette

Compartir esta paleta en:

CSS de la paleta de colores Blush and Sunlight

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8e7de;
}
.color-3 {
color: #f2ccbb;
}
.color-4 {
color: #fbcb65;
}
.color-5 {
color: #de9196;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8e7de;
--color-3: #f2ccbb;
--color-4: #fbcb65;
--color-5: #de9196;
}

CSS del degradado de fondo Blush and Sunlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8e7de, #f2ccbb, #fbcb65, #de9196);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8e7de, #f2ccbb, #fbcb65, #de9196);
}

Blush and Sunlight color palette created on .