Paleta de colores Tide

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tide palette

Compartir esta paleta en:

CSS de la paleta de colores Tide

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #51b6c8;
}
.color-3 {
color: #8be0e5;
}
.color-4 {
color: #d3f1f3;
}
.color-5 {
color: #fff5e0;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #51b6c8;
--color-3: #8be0e5;
--color-4: #d3f1f3;
--color-5: #fff5e0;
}

CSS del degradado de fondo Tide

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #51b6c8, #8be0e5, #d3f1f3, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #51b6c8, #8be0e5, #d3f1f3, #fff5e0);
}

Tide color palette created on .