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: #1fb6c7;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f3e6d8;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #1fb6c7;
--color-2: #f6b531;
--color-3: #ff6e61;
--color-4: #f3e6d8;
--color-5: #ffcc00;
}

CSS del degradado de fondo Turquoise Beach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fb6c7, #f6b531, #ff6e61, #f3e6d8, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fb6c7, #f6b531, #ff6e61, #f3e6d8, #ffcc00);
}

Turquoise Beach color palette created on .