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