Sage Green and Petal Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage Green and Petal Bliss palette
Sage Green and Petal Bliss color palette PNG image
Sage Green and Petal Bliss color palette CSS
/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #f8e2d3;
}
.color-3 {
color: #f1b1b1;
}
.color-4 {
color: #e6a77a;
}
.color-5 {
color: #d9c3a6;
}
/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #f8e2d3;
--color-3: #f1b1b1;
--color-4: #e6a77a;
--color-5: #d9c3a6;
}
Sage Green and Petal Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #f8e2d3, #f1b1b1, #e6a77a, #d9c3a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #f8e2d3, #f1b1b1, #e6a77a, #d9c3a6);
}
Similar color palettes
Sage Green and Petal Bliss color palette created on .