Paleta de colores Skyline Sales
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Skyline Sales palette
CSS de la paleta de colores Skyline Sales
/* CSS */
.color-1 {
color: #00a1e0;
}
.color-2 {
color: #0072f5;
}
.color-3 {
color: #e6b000;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #d60000;
}
/* CSS Variables */
:root {
--color-1: #00a1e0;
--color-2: #0072f5;
--color-3: #e6b000;
--color-4: #ff6d1f;
--color-5: #d60000;
}
CSS del degradado de fondo Skyline Sales
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a1e0, #0072f5, #e6b000, #ff6d1f, #d60000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a1e0, #0072f5, #e6b000, #ff6d1f, #d60000);
}
Paletas de colores similares
Skyline Sales color palette created on .