This palette evokes the vastness of a clear blue sky with the warmth of the sun and the vibrancy of a sunset.
Color Adjustments
Open Sky Palette Color Palette CSS
/* CSS */
.color-1 {
color: #87CEEB;
}
.color-2 {
color: #4682B4;
}
.color-3 {
color: #FFD700;
}
.color-4 {
color: #FF4500;
}
.color-5 {
color: #FFFFFF;
}
/* CSS Variables */
:root {
--color-1: #87CEEB;
--color-2: #4682B4;
--color-3: #FFD700;
--color-4: #FF4500;
--color-5: #FFFFFF;
}
Open Sky Palette Gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #87CEEB, #4682B4, #FFD700, #FF4500, #FFFFFF);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #87CEEB, #4682B4, #FFD700, #FF4500, #FFFFFF);
}
Open Sky Palette color palette created on .
18 views