Skyline Sales Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyline Sales palette
Skyline Sales color palette CSS
/* 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;
}
Skyline Sales background gradient CSS
/* 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);
}
Similar color palettes
Skyline Sales color palette created on .