Paleta de colores Tidal Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tidal Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Tidal Serenity

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #3ddb9c;
}
.color-4 {
color: #a2e6b8;
}
.color-5 {
color: #f0e4a8;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #3ddb9c;
--color-4: #a2e6b8;
--color-5: #f0e4a8;
}

CSS del degradado de fondo Tidal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #3ddb9c, #a2e6b8, #f0e4a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #3ddb9c, #a2e6b8, #f0e4a8);
}

Tidal Serenity color palette created on .