Paleta de colores Blushing Sky Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Sky Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Sky Dreams

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffe5e5;
}
.color-3 {
color: #ffc7c7;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #7ed6f7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffe5e5;
--color-3: #ffc7c7;
--color-4: #ffadad;
--color-5: #7ed6f7;
}

CSS del degradado de fondo Blushing Sky Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffe5e5, #ffc7c7, #ffadad, #7ed6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffe5e5, #ffc7c7, #ffadad, #7ed6f7);
}

Blushing Sky Dreams color palette created on .