Paleta de colores Blue Contrast Aesthetic
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Contrast Aesthetic palette
Imagen PNG de la paleta de colores Blue Contrast Aesthetic
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 .