Paleta de colores Turquoise Beach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Turquoise Beach palette

Compartir esta paleta en:

CSS de la paleta de colores Turquoise Beach

/* CSS */
.color-1 {
color: #1db8d3;
}
.color-2 {
color: #4cc8e1;
}
.color-3 {
color: #79d3e7;
}
.color-4 {
color: #a7e3e6;
}
.color-5 {
color: #f9ef6c;
}

/* CSS Variables */
:root {
--color-1: #1db8d3;
--color-2: #4cc8e1;
--color-3: #79d3e7;
--color-4: #a7e3e6;
--color-5: #f9ef6c;
}

CSS del degradado de fondo Turquoise Beach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db8d3, #4cc8e1, #79d3e7, #a7e3e6, #f9ef6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db8d3, #4cc8e1, #79d3e7, #a7e3e6, #f9ef6c);
}

Turquoise Beach color palette created on .