Paleta de colores Sapphire Garden Escape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sapphire Garden Escape palette

Compartir esta paleta en:

CSS de la paleta de colores Sapphire Garden Escape

/* 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;
}

CSS del degradado de fondo Sapphire Garden Escape

/* 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);
}

Sapphire Garden Escape color palette created on .