Paleta de colores Blahaj Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blahaj Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Blahaj Dreams

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f4b09f;
}
.color-3 {
color: #fcee88;
}
.color-4 {
color: #f9cb9f;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f4b09f;
--color-3: #fcee88;
--color-4: #f9cb9f;
--color-5: #eab8e4;
}

CSS del degradado de fondo Blahaj Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f4b09f, #fcee88, #f9cb9f, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f4b09f, #fcee88, #f9cb9f, #eab8e4);
}

Blahaj Dreams color palette created on .