Paleta de colores Blueprint Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blueprint Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Blueprint Blossoms

/* CSS */
.color-1 {
color: #a4c5e0;
}
.color-2 {
color: #d8e3e9;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f5bf99;
}
.color-5 {
color: #e78d8d;
}

/* CSS Variables */
:root {
--color-1: #a4c5e0;
--color-2: #d8e3e9;
--color-3: #f4b69f;
--color-4: #f5bf99;
--color-5: #e78d8d;
}

CSS del degradado de fondo Blueprint Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c5e0, #d8e3e9, #f4b69f, #f5bf99, #e78d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c5e0, #d8e3e9, #f4b69f, #f5bf99, #e78d8d);
}

Blueprint Blossoms color palette created on .