Petal & Sage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Petal & Sage palette
Download Petal & Sage Color Palette (PNG)
Petal & Sage color palette CSS
/* CSS */
.color-1 {
color: #b6c8a7;
}
.color-2 {
color: #e5b3c1;
}
.color-3 {
color: #d4c8b5;
}
.color-4 {
color: #e8e2bb;
}
.color-5 {
color: #c0d3b6;
}
/* CSS Variables */
:root {
--color-1: #b6c8a7;
--color-2: #e5b3c1;
--color-3: #d4c8b5;
--color-4: #e8e2bb;
--color-5: #c0d3b6;
}
Petal & Sage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a7, #e5b3c1, #d4c8b5, #e8e2bb, #c0d3b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a7, #e5b3c1, #d4c8b5, #e8e2bb, #c0d3b6);
}
Similar color palettes
Scroll down to explore 1 Sage color palette
Petal & Sage color palette created on .