Sapphire Garden Escape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sapphire Garden Escape palette

Share this palette to:

Sapphire Garden Escape color palette CSS

/* CSS */
.color-1 {
color: #a4c8db;
}
.color-2 {
color: #b6e0e2;
}
.color-3 {
color: #ccf0e7;
}
.color-4 {
color: #e3f7eb;
}
.color-5 {
color: #fcfdf7;
}

/* CSS Variables */
:root {
--color-1: #a4c8db;
--color-2: #b6e0e2;
--color-3: #ccf0e7;
--color-4: #e3f7eb;
--color-5: #fcfdf7;
}

Sapphire Garden Escape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8db, #b6e0e2, #ccf0e7, #e3f7eb, #fcfdf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8db, #b6e0e2, #ccf0e7, #e3f7eb, #fcfdf7);
}

Similar color palettes

Scroll down to explore 1 Aqua color palette

Sapphire Garden Escape color palette created on .