Sapphire Garden Escape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sapphire Garden Escape palette
Sapphire Garden Escape color palette CSS
/* CSS */
.color-1 {
color: #1d688b;
}
.color-2 {
color: #3b9da0;
}
.color-3 {
color: #6cd0b6;
}
.color-4 {
color: #a9e5c2;
}
.color-5 {
color: #f4f7e4;
}
/* CSS Variables */
:root {
--color-1: #1d688b;
--color-2: #3b9da0;
--color-3: #6cd0b6;
--color-4: #a9e5c2;
--color-5: #f4f7e4;
}
Sapphire Garden Escape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d688b, #3b9da0, #6cd0b6, #a9e5c2, #f4f7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d688b, #3b9da0, #6cd0b6, #a9e5c2, #f4f7e4);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Sapphire Garden Escape color palette created on .