Serene Sage Retreat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sage Retreat palette

Share this palette to:

Serene Sage Retreat color palette CSS

/* CSS */
.color-1 {
color: #9ab7a2;
}
.color-2 {
color: #b3c7c4;
}
.color-3 {
color: #d3e4e1;
}
.color-4 {
color: #f2f3f1;
}
.color-5 {
color: #e8c6a1;
}

/* CSS Variables */
:root {
--color-1: #9ab7a2;
--color-2: #b3c7c4;
--color-3: #d3e4e1;
--color-4: #f2f3f1;
--color-5: #e8c6a1;
}

Serene Sage Retreat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ab7a2, #b3c7c4, #d3e4e1, #f2f3f1, #e8c6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ab7a2, #b3c7c4, #d3e4e1, #f2f3f1, #e8c6a1);
}

Serene Sage Retreat color palette created on .