Skyward Correspondence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyward Correspondence palette
Skyward Correspondence color palette CSS
/* CSS */
.color-1 {
color: #6e8e96;
}
.color-2 {
color: #78999b;
}
.color-3 {
color: #8db0a0;
}
.color-4 {
color: #d09c76;
}
.color-5 {
color: #d07976;
}
/* CSS Variables */
:root {
--color-1: #6e8e96;
--color-2: #78999b;
--color-3: #8db0a0;
--color-4: #d09c76;
--color-5: #d07976;
}
Skyward Correspondence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e8e96, #78999b, #8db0a0, #d09c76, #d07976);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e8e96, #78999b, #8db0a0, #d09c76, #d07976);
}
Similar color palettes
Skyward Correspondence color palette created on .