Sage of the High Tower Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage of the High Tower palette
Sage of the High Tower color palette PNG image
Sage of the High Tower color palette CSS
/* CSS */
.color-1 {
color: #a1b59b;
}
.color-2 {
color: #c4cfa0;
}
.color-3 {
color: #e3e3ba;
}
.color-4 {
color: #f5e6b7;
}
.color-5 {
color: #e8b6a1;
}
/* CSS Variables */
:root {
--color-1: #a1b59b;
--color-2: #c4cfa0;
--color-3: #e3e3ba;
--color-4: #f5e6b7;
--color-5: #e8b6a1;
}
Sage of the High Tower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1b59b, #c4cfa0, #e3e3ba, #f5e6b7, #e8b6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1b59b, #c4cfa0, #e3e3ba, #f5e6b7, #e8b6a1);
}
Similar color palettes
Sage of the High Tower color palette created on .