Sage and Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage and Beige palette
Download Sage and Beige Color Palette (PNG)
Sage and Beige color palette CSS
/* CSS */
.color-1 {
color: #c4d8b6;
}
.color-2 {
color: #e0e1d5;
}
.color-3 {
color: #d3b49c;
}
.color-4 {
color: #c3b19d;
}
.color-5 {
color: #aac0b0;
}
/* CSS Variables */
:root {
--color-1: #c4d8b6;
--color-2: #e0e1d5;
--color-3: #d3b49c;
--color-4: #c3b19d;
--color-5: #aac0b0;
}
Sage and Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d8b6, #e0e1d5, #d3b49c, #c3b19d, #aac0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d8b6, #e0e1d5, #d3b49c, #c3b19d, #aac0b0);
}
Similar color palettes
Sage and Beige color palette created on .