Paleta de colores Blue Static

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Static palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Static

/* CSS */
.color-1 {
color: #1a9ad5;
}
.color-2 {
color: #30d5b4;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #1a9ad5;
--color-2: #30d5b4;
--color-3: #ffc300;
--color-4: #ff6e61;
--color-5: #e94e77;
}

CSS del degradado de fondo Blue Static

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9ad5, #30d5b4, #ffc300, #ff6e61, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9ad5, #30d5b4, #ffc300, #ff6e61, #e94e77);
}

Blue Static color palette created on .