Paleta de colores Turquoise Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Turquoise Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Turquoise Serenity

/* CSS */
.color-1 {
color: #05afb8;
}
.color-2 {
color: #2fc4c6;
}
.color-3 {
color: #6be1df;
}
.color-4 {
color: #a5f3f3;
}
.color-5 {
color: #e5ffff;
}

/* CSS Variables */
:root {
--color-1: #05afb8;
--color-2: #2fc4c6;
--color-3: #6be1df;
--color-4: #a5f3f3;
--color-5: #e5ffff;
}

CSS del degradado de fondo Turquoise Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05afb8, #2fc4c6, #6be1df, #a5f3f3, #e5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05afb8, #2fc4c6, #6be1df, #a5f3f3, #e5ffff);
}

Turquoise Serenity color palette created on .