Paleta de colores Blue Freedom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Freedom palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Freedom

/* CSS */
.color-1 {
color: #a7dae2;
}
.color-2 {
color: #f6b8a2;
}
.color-3 {
color: #f3df5e;
}
.color-4 {
color: #afeb5c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a7dae2;
--color-2: #f6b8a2;
--color-3: #f3df5e;
--color-4: #afeb5c;
--color-5: #ff6e61;
}

CSS del degradado de fondo Blue Freedom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7dae2, #f6b8a2, #f3df5e, #afeb5c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7dae2, #f6b8a2, #f3df5e, #afeb5c, #ff6e61);
}

Blue Freedom color palette created on .