Sage Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage Bliss palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sage Bliss Color Palette (PNG)
Sage Bliss color palette CSS
/* CSS */
.color-1 {
color: #a8b2a3;
}
.color-2 {
color: #c3d0c3;
}
.color-3 {
color: #d1e0d1;
}
.color-4 {
color: #e0f0e0;
}
.color-5 {
color: #f5fff5;
}
/* CSS Variables */
:root {
--color-1: #a8b2a3;
--color-2: #c3d0c3;
--color-3: #d1e0d1;
--color-4: #e0f0e0;
--color-5: #f5fff5;
}
Sage Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b2a3, #c3d0c3, #d1e0d1, #e0f0e0, #f5fff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b2a3, #c3d0c3, #d1e0d1, #e0f0e0, #f5fff5);
}
Similar color palettes
Sage Bliss color palette created on .