Future Skies Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Future Skies palette
Future Skies color palette CSS
/* CSS */
.color-1 {
color: #dbe5f5;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #75a9e1;
}
.color-4 {
color: #4c8bc2;
}
.color-5 {
color: #2a6c98;
}
/* CSS Variables */
:root {
--color-1: #dbe5f5;
--color-2: #a6c6ed;
--color-3: #75a9e1;
--color-4: #4c8bc2;
--color-5: #2a6c98;
}
Future Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe5f5, #a6c6ed, #75a9e1, #4c8bc2, #2a6c98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe5f5, #a6c6ed, #75a9e1, #4c8bc2, #2a6c98);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Future Skies color palette created on .