Sky Blue and Sunset Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sky Blue and Sunset Orange palette
Sky Blue and Sunset Orange color palette CSS
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #f6e0c1;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f26d50;
}
.color-5 {
color: #d54b39;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f6e0c1;
--color-3: #f0a800;
--color-4: #f26d50;
--color-5: #d54b39;
}
Sky Blue and Sunset Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f6e0c1, #f0a800, #f26d50, #d54b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f6e0c1, #f0a800, #f26d50, #d54b39);
}
Similar color palettes
Sky Blue and Sunset Orange color palette created on .