Paleta de colores Curious Blue Sky
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Curious Blue Sky palette
CSS de la paleta de colores Curious Blue Sky
/* CSS */
.color-1 {
color: #2b91c5;
}
.color-2 {
color: #4bbae2;
}
.color-3 {
color: #6edef2;
}
.color-4 {
color: #9ee3f5;
}
.color-5 {
color: #d3f6fd;
}
/* CSS Variables */
:root {
--color-1: #2b91c5;
--color-2: #4bbae2;
--color-3: #6edef2;
--color-4: #9ee3f5;
--color-5: #d3f6fd;
}
CSS del degradado de fondo Curious Blue Sky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b91c5, #4bbae2, #6edef2, #9ee3f5, #d3f6fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b91c5, #4bbae2, #6edef2, #9ee3f5, #d3f6fd);
}
Paletas de colores similares
No se encontraron paletas
Prueba con filtros diferentes o limpia tu selección actual.
Curious Blue Sky color palette created on .