Sage Raspberry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sage Raspberry palette

Share this palette to:

Download Sage Raspberry Color Palette (PNG)

Download sage raspberry color palette PNG image (landscape)
Download sage raspberry color palette PNG image (square)

Sage Raspberry color palette CSS

/* CSS */
.color-1 {
color: #a8baa1;
}
.color-2 {
color: #d3e4db;
}
.color-3 {
color: #f3e2e2;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #e8b5c0;
}

/* CSS Variables */
:root {
--color-1: #a8baa1;
--color-2: #d3e4db;
--color-3: #f3e2e2;
--color-4: #ff7092;
--color-5: #e8b5c0;
}

Sage Raspberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8baa1, #d3e4db, #f3e2e2, #ff7092, #e8b5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8baa1, #d3e4db, #f3e2e2, #ff7092, #e8b5c0);
}

Sage Raspberry color palette created on .