Paleta de colores Blue Uranus
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Uranus palette
CSS de la paleta de colores Blue Uranus
/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #6cceef;
}
.color-3 {
color: #a6e1e8;
}
.color-4 {
color: #f8ffad;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #6cceef;
--color-3: #a6e1e8;
--color-4: #f8ffad;
--color-5: #ff6e61;
}
CSS del degradado de fondo Blue Uranus
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #6cceef, #a6e1e8, #f8ffad, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #6cceef, #a6e1e8, #f8ffad, #ff6e61);
}
Paletas de colores similares
Blue Uranus color palette created on .