Sky Blue Adventure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sky Blue Adventure palette
Sky Blue Adventure color palette CSS
/* CSS */
.color-1 {
color: #7ec8e7;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #fbce74;
}
.color-4 {
color: #f09b70;
}
.color-5 {
color: #e1605b;
}
/* CSS Variables */
:root {
--color-1: #7ec8e7;
--color-2: #f1a8a2;
--color-3: #fbce74;
--color-4: #f09b70;
--color-5: #e1605b;
}
Sky Blue Adventure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8e7, #f1a8a2, #fbce74, #f09b70, #e1605b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8e7, #f1a8a2, #fbce74, #f09b70, #e1605b);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Sky Blue Adventure color palette created on .