Paleta de colores Blue Contrast Aesthetic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Contrast Aesthetic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Contrast Aesthetic

Download blue contrast aesthetic color palette PNG image (landscape)
Download blue contrast aesthetic color palette PNG image (square)

CSS de la paleta de colores Blue Contrast Aesthetic

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #32cd32;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #a500e0;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ff7092;
--color-3: #32cd32;
--color-4: #ffb84d;
--color-5: #a500e0;
}

CSS del degradado de fondo Blue Contrast Aesthetic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ff7092, #32cd32, #ffb84d, #a500e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ff7092, #32cd32, #ffb84d, #a500e0);
}

Paletas de colores similares

Blue Contrast Aesthetic color palette created on .