Paleta de colores Blueberry Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blueberry Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Blueberry Breeze

/* CSS */
.color-1 {
color: #5d8ec6;
}
.color-2 {
color: #4a6582;
}
.color-3 {
color: #7f9b9f;
}
.color-4 {
color: #aad4d1;
}
.color-5 {
color: #f2ba2c;
}

/* CSS Variables */
:root {
--color-1: #5d8ec6;
--color-2: #4a6582;
--color-3: #7f9b9f;
--color-4: #aad4d1;
--color-5: #f2ba2c;
}

CSS del degradado de fondo Blueberry Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8ec6, #4a6582, #7f9b9f, #aad4d1, #f2ba2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8ec6, #4a6582, #7f9b9f, #aad4d1, #f2ba2c);
}

Blueberry Breeze color palette created on .